From 4448842bb141430e23498d5a969b5cefe8786e57 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 14 Apr 2016 13:21:19 +0000 Subject: - make s6-linux-init-maker write stage1 to dir/init instead of stdout - version: 0.1.0.0 --- doc/quickstart.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/quickstart.html') 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 -d 1 option to the s6-linux-init-maker command line below.
  • As root, run:
          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/ 
  • + ln -sf /etc/s6-linux-init/init /sbin/init
  • Reboot.
  • Congratulations! your machine is now running a s6-based init system.
  • -- cgit v1.3.1