summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-06-19 08:50:01 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-06-19 08:50:01 +0000
commita0dadbe0c2d12da329e3a09948e4673ddef4a4bc (patch)
treeea4d69e185d6b724d0db8c3f4b9d98ec9100e015
parent599b8b8c0774d8bea0ec3c8c1dd5db41c5e0f1d3 (diff)
downloads6-linux-init-a0dadbe0c2d12da329e3a09948e4673ddef4a4bc.tar.xz
Doc fixes
-rw-r--r--doc/overview.html2
-rw-r--r--doc/quickstart.html6
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/overview.html b/doc/overview.html
index 8f19bcd..4d0b7ba 100644
--- a/doc/overview.html
+++ b/doc/overview.html
@@ -67,7 +67,7 @@ time via the <tt>--skeldir</tt> configure option. At
directory to the <tt>scripts</tt> subdirectory of the directory created
by <tt>s6-linux-init-maker</tt>, and the copy is meant to be edited
by the user. The skeleton scripts are commented and examples of
-interaction with various service manager are given; it is recommended
+interaction with various service managers are given; it is recommended
to review them, and possibly edit them too.
These scripts are the following:
<ul>
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>