Skip to content

Commit

Permalink
support-list: Drop Void Linux, unmaintained and hasn't seen any remot…
Browse files Browse the repository at this point in the history
…ely new releases.
  • Loading branch information
JoshStrobl committed Oct 26, 2023
1 parent c620b14 commit 87759d0
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions src/data/supportList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,33 +216,4 @@ export const SupportListData: SupportInfo[] = [
showInGrid: true,
website: "https://ultramarine-linux.org",
},
{
budgieAvailablePostInstall: "10.7.2",
budgieVersion: "10.6.4",
name: "Void Linux",
installationInfo: () => (
<>
Void Linux does not offer a Budgie Desktop installer profile, but it can be installed manually on top of the
base image. First, install the required packages:
<CodeBlock language="bash">
sudo xbps-install budgie-desktop network-manager-applet lightdm-gtk3-greeter
</CodeBlock>
Enable DBus, elogind, NetworkManager, and LightDM:
<CodeBlock language="bash">
sudo ln -s /etc/sv/dbus /var/service
<br />
sudo ln -s /etc/sv/elogind /var/service
<br />
sudo ln -s /etc/sv/NetworkManager /var/service
<br />
sudo ln -s /etc/sv/lightdm /var/service
</CodeBlock>
Finally, disable dhcpcd:
<CodeBlock language="bash">sudo rm -f /var/service/dhcpcd</CodeBlock>
<p>After a reboot, you will be able to log into Budgie.</p>
</>
),
showInGrid: false,
website: "https://voidlinux.org",
},
];

0 comments on commit 87759d0

Please sign in to comment.