diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-16 21:16:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-16 21:16:43 +0000 |
commit | d4f4ca8963018239daef4ecc81b0536ad52d449d (patch) | |
tree | ea177416e254436cf1d75d859f086efcc5777c52 /doc/s6-linux-init-maker.html | |
parent | a8b20ee7ea7d6a4ef057d731f617949bdd86ea1c (diff) | |
download | s6-linux-init-d4f4ca8963018239daef4ecc81b0536ad52d449d.tar.xz |
Implement --enable-absolute-paths
Diffstat (limited to 'doc/s6-linux-init-maker.html')
-rw-r--r-- | doc/s6-linux-init-maker.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html index cc18bf4..426896b 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:/usr/sbin:/bin:/sbin</tt></strong>. </li> <p /> +<strong><tt>/usr/bin:/bin</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. @@ -360,7 +360,7 @@ variables into the <em>env_store</em> directory, via the program, before erasing them. <em>env_store</em> should obviously be a writable directory, so it should be located under <em>tmpfsdir</em>! If this option is not given (which is the default), the environment -inherited from the kernel isn't saved anywhere. </li> +inherited from the kernel isn't saved anywhere. </li> <p /> <li> <tt>-e</tt> <em>initial_envvar</em> : this option can be repeated. For every <em>initial_envvar</em>, s6-linux-init-maker |