diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-06-19 08:50:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-06-19 08:50:01 +0000 |
commit | a0dadbe0c2d12da329e3a09948e4673ddef4a4bc (patch) | |
tree | ea4d69e185d6b724d0db8c3f4b9d98ec9100e015 /doc/quickstart.html | |
parent | 599b8b8c0774d8bea0ec3c8c1dd5db41c5e0f1d3 (diff) | |
download | s6-linux-init-a0dadbe0c2d12da329e3a09948e4673ddef4a4bc.tar.xz |
Doc fixes
Diffstat (limited to 'doc/quickstart.html')
-rw-r--r-- | doc/quickstart.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/quickstart.html b/doc/quickstart.html index ffe5796..253429f 100644 --- a/doc/quickstart.html +++ b/doc/quickstart.html @@ -41,8 +41,10 @@ add the <tt>-d /dev</tt> option to the <tt>s6-linux-init-maker</tt> command line rm -rf /etc/s6-linux-init/current mv /tmp/blah /etc/s6-linux-init/current cp -a /etc/s6-linux-init/current/bin/* /sbin/ </pre> </li> - <li> Reboot. </li> - <li> Congratulations! your machine is now running a s6-based init system. </li> + <li> Reboot. Warning: use your <em>old</em> reboot command, that you saved, not the new one +that has just been created by <tt>s6-linux-init-maker</tt>, because you're still running on +your old init system and need to use a reboot command that matches it. </li> + <li> After the reboot: congratulations! your machine is now running a s6-based init system. </li> <li> To shut the machine down, use <tt>/sbin/shutdown</tt>, <tt>/sbin/halt</tt>, <tt>/sbin/poweroff</tt> or <tt>/sbin/reboot</tt> as usual. </li> </ol> |