From 7024ff050292854d485e1b1dbabd9231d4b545d7 Mon Sep 17 00:00:00 2001 From: AwesomeAdam54321 Date: Sun, 31 Dec 2023 21:09:29 +0800 Subject: [PATCH] instructions.txt: Added the final steps. --- instructions.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/instructions.txt b/instructions.txt index adcebeb..7c58328 100644 --- a/instructions.txt +++ b/instructions.txt @@ -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 #These symlinks are broken for now, but they'll be fixed when we move them later $ 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.