diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-10 13:43:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-10 13:43:57 +0000 |
commit | 2e56f6dd37022646f1c44c8cc9365f0da249a39a (patch) | |
tree | 203d84158dad41803fe3852d29d8577bc4f308b6 /doc/s6-linux-init-maker.html | |
parent | dfa16e4a89158f3d3198db71e2eba3bda9330078 (diff) | |
download | s6-linux-init-2e56f6dd37022646f1c44c8cc9365f0da249a39a.tar.xz |
Change initial_path to include /usr/sbin and /sbin, because stage 3
Diffstat (limited to 'doc/s6-linux-init-maker.html')
-rw-r--r-- | doc/s6-linux-init-maker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html index 4eee9db..cc18bf4 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -326,7 +326,7 @@ absolutely necessary for <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a> binaries to be accessible via <em>initial_path</em>, else the machine will not boot. Default is -<strong><tt>/usr/bin:/bin</tt></strong>. </li> <p /> +<strong><tt>/usr/bin:/usr/sbin:/bin:/sbin</tt></strong>. </li> <p /> <li> <tt>-m</tt> <em>initial_umask</em> : the value of the initial file umask for all the starting processes, in octal. |