OSDN Git Service

conf/void-66-base-system.md: fix instructions.
authormobinmob <mobinmob@disroot.org>
Sun, 9 Oct 2022 12:30:06 +0000 (15:30 +0300)
committermobinmob <mobinmob@disroot.org>
Sun, 9 Oct 2022 12:30:06 +0000 (15:30 +0300)
conf/void-66-base-system.md

index 5fd1a56..876405e 100644 (file)
@@ -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