diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-13 16:05:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-13 16:05:23 +0000 |
commit | 8fb864c8cd0e8e3f714c47e4f3a985f47ebb7608 (patch) | |
tree | 991d05cd28fea8bea9d40bf8f0da2e3058180f7a | |
parent | b2623c4acc6d260aa434c5f46f7f46feab46ba10 (diff) | |
download | s6-linux-init-8fb864c8cd0e8e3f714c47e4f3a985f47ebb7608.tar.xz |
Doc fix, skel improvement
-rw-r--r-- | doc/quickstart.html | 2 | ||||
-rwxr-xr-x | skel/rc.shutdown | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/quickstart.html b/doc/quickstart.html index b214443..ffe5796 100644 --- a/doc/quickstart.html +++ b/doc/quickstart.html @@ -34,7 +34,7 @@ <li> Make sure you have a <tt>/run</tt> directory. </li> <li> Edit the scripts in <tt>/etc/s6-linux-init/skel</tt>. </li> <li> Check that your devtmpfs is automounted by your kernel at boot time. If it is not, -add the <tt>-d 1</tt> option to the <tt>s6-linux-init-maker</tt> command line below. </li> +add the <tt>-d /dev</tt> option to the <tt>s6-linux-init-maker</tt> command line below. </li> <li> As root, run: <pre> rm -rf /tmp/blah s6-linux-init-maker -1 -G "/sbin/getty 38400 tty1" /tmp/blah diff --git a/skel/rc.shutdown b/skel/rc.shutdown index d72916e..7430b0b 100755 --- a/skel/rc.shutdown +++ b/skel/rc.shutdown @@ -14,4 +14,4 @@ # exec /sbin/openrc shutdown ### If your services are managed by s6-rc: -# exec s6-rc -bda change +# exec s6-rc -v2 -bda change |