instructions.txt: Added the final steps.

This commit is contained in:
AwesomeAdam54321 2023-12-31 21:09:29 +08:00
parent 4579c1d1dd
commit 7024ff0502

View file

@ -68,3 +68,9 @@ $ cd ../service
$ ln -s /etc/sv/$YOUR_DISPLAY_MANAGER display-manager #The command below this one is the optional command mentioned earlier $ ln -s /etc/sv/$YOUR_DISPLAY_MANAGER display-manager #The command below this one is the optional command mentioned earlier
$ ln -s /etc/sv/$YOUR_DISPLAY_MANAGER #These symlinks are broken for now, but they'll be fixed when we move them later $ ln -s /etc/sv/$YOUR_DISPLAY_MANAGER #These symlinks are broken for now, but they'll be fixed when we move them later
$ cd ../ $ cd ../
After that, you can copy the etc/runit, service/, and sv/ directories to /etc (/etc/runit/, /etc/service/, and /etc/sv/ respectively).
You can change the init system by changing GRUB's settings, either the defaults or temporarily changing it before booting.
Edit the "init=" option in /etc/default/grub from "/sbin/init" to "/sbin/runit-init" to change the defaults.
To change it only once at boot, change it at the GRUB booting screen after pressing e.