From 3c2de3dc863ff994b0bf19fa32da08817b98ff0e Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 9 Oct 2022 15:30:06 +0300 Subject: [PATCH] conf/void-66-base-system.md: fix instructions. --- conf/void-66-base-system.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 -- 2.11.0