diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-04-14 13:21:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-04-14 13:21:19 +0000 |
commit | 4448842bb141430e23498d5a969b5cefe8786e57 (patch) | |
tree | e8276b4ecbef5f62250642d2bf519f7fd200cff2 /doc/quickstart.html | |
parent | a2edaf9fa267188d586a5e80b8728e69001f33d6 (diff) | |
download | s6-linux-init-4448842bb141430e23498d5a969b5cefe8786e57.tar.xz |
- make s6-linux-init-maker write stage1 to dir/init instead of stdoutv0.1.0.0
- version: 0.1.0.0
Diffstat (limited to 'doc/quickstart.html')
-rw-r--r-- | doc/quickstart.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/quickstart.html b/doc/quickstart.html index da47334..bd758b1 100644 --- a/doc/quickstart.html +++ b/doc/quickstart.html @@ -39,10 +39,9 @@ add the <tt>-d 1</tt> option to the <tt>s6-linux-init-maker</tt> command line below. </li> <li> As root, run: <pre> rm -rf /tmp/s6-linux-init /tmp/init - s6-linux-init-maker /tmp/s6-linux-init > /tmp/init - chmod 0700 /tmp/init + s6-linux-init-maker /tmp/s6-linux-init mv /tmp/s6-linux-init /etc/ - mv /tmp/init /sbin/ </pre> </li> + ln -sf /etc/s6-linux-init/init /sbin/init </pre> </li> <li> Reboot. </li> <li> Congratulations! your machine is now running a s6-based init system. </li> </ul> |