summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-01-09 17:28:43 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-01-09 17:28:43 +0000
commit8191f0688c3b5acd9f9d82acdb60c6769b16b795 (patch)
treeb38f2ff5ad6efa968e8f24c4b0f9e107f2bfcb27
parent65270743f03969ac36ab65db2b4879da0445b8e1 (diff)
downloads6-linux-init-8191f0688c3b5acd9f9d82acdb60c6769b16b795.tar.xz
Doc clarification
-rw-r--r--doc/quickstart.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/quickstart.html b/doc/quickstart.html
index 3fb2d19..1f8cd9e 100644
--- a/doc/quickstart.html
+++ b/doc/quickstart.html
@@ -126,7 +126,13 @@ removing the parts that unmount the filesystems and reboot the machine. </li>
<p>
Once you have done that, you have a literal translation of your runit system into a
s6 system, and it should boot, and work, albeit in a non-idiomatic, unoptimized way.
-Further work to make it prettier can include:
+If you don't want to overwrite your <tt>/sbin/init</tt> binary, you can boot with
+<tt>init=/etc/s6-linux-init/current/bin/init</tt> as a kernel command line argument
+to reach the s6-linux-init entry point.
+</p>
+
+<p>
+ Further work to make the setup prettier can include:
</p>
<ul>