From: mobinmob Date: Sun, 9 Oct 2022 12:30:06 +0000 (+0300) Subject: conf/void-66-base-system.md: fix instructions. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3c2de3dc863ff994b0bf19fa32da08817b98ff0e;hp=477a4943bb661726d29b6545fd4eb0e23fa41c71;p=avyssos%2Fvoid-66-services.git conf/void-66-base-system.md: fix instructions. --- diff --git a/conf/void-66-base-system.md b/conf/void-66-base-system.md index 5fd1a56..876405e 100644 --- a/conf/void-66-base-system.md +++ b/conf/void-66-base-system.md @@ -49,13 +49,22 @@ Switching to runit after installing/using 66-void, is not hard: If after the previous procedure someone wants to switch again, the procedure is similar: -1.Install 66-void: +1.Copy /usr/bin/halt to /tmp + +``` +# cp /usr/bin/halt /tmp + +2.Install 66-void: ``` # xbps-install -S 66-void ``` -2.After that, you can reboot with CTRL+ALT+DEL. +3.After that, you can halt your system: + +``` +# sync && /tmp/halt +``` ## 3. How to use base-system-66