Installing Void Linux on a Raspberry Pi
I wanted to try out Void Linux so I decided to throw one of my raspberry pi’s at it.
- Follow the void linux wiki to install rootfs on the sd card. ssh was working out of the box so I was able to plug in the pi and connect via ssh using root with voidlinux as the password.
-
Configure the package repo to point to:
echo "repository=http://repo3.voidlinux.eu/current/musl/" >> /etc/xbps.d/my-remote-repo.conf
- Through normal means:
- Set the root password
- Create a new user
- Create a password for the new user
- Add the new user to the suders file
- Log out of root and log back in as the new user
-
Update the system:
sudo xbps-install -Suv
- Hack away