diff options
Diffstat (limited to 'doc/s6-linux-init-maker.html')
-rw-r--r-- | doc/s6-linux-init-maker.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html index 00a9722..1390781 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -61,7 +61,6 @@ machine</em>. If it is not the case, the system will fail to boot. [ -D <em>initdefault</em> ] \ [ -n | -N ] \ [ -f <em>skeldir</em> ] \ - [ -U <em>utmp_user</em> ] \ [ -C ] \ [ -B ] \ [ -S ] \ @@ -320,20 +319,6 @@ build time. This option is typically useful when distributions run <tt>s6-linux-init-maker</tt> in packaging scripts, when preparing files in a staging directory. </li> <br /> - <li> <tt>-U</tt> <em>utmp_user</em> : this option is only -available when the s6-linux-init package has been built with the -<tt>--enable-utmps</tt> configure option, that enables support for the -<a href="//skarnet.org/software/utmps/">utmps</a> package. The option -defines the user that the <tt>utmpd</tt> service -will run as, and activates this service. (Note that you will still -have to create a <tt>wtmpd</tt> service yourself and activate it -later in the boot sequence, after a writable filesystem is mounted, -because the wtmp database is supposed to be persistent and should live -on a real filesystem. -s6-linux-init cannot do that for you, because it only handles the -early part of the boot sequence, before filesystems are mounted.) -Default is <strong>no utmpd service</strong>. </li> <br /> - <li> <tt>-C</tt> : create a set of scripts that is suitable for running <em>in a container</em>. This modifies some behaviours: <ul> @@ -467,23 +452,6 @@ given. </li> </ul> </li> </ul> -<p> - If s6-linux-init has been built with -<a href="//skarnet.org/software/utmps/">utmps</a> support, some more -directories may exist: -</p> - -<ul> - <li> A directory somewhere under <tt>run-image</tt>, by default <tt>utmps</tt>, -that is the location where the utmp files will be created. </li> - <li> An additional early service named <tt>utmpd</tt>, which is -a part of the <a href="//skarnet.org/software/utmps/">utmps</a> way of -providing secure utmp functionality. A similar <tt>wtmpd</tt> service -should also be created and run later in the boot sequence by the -service manager; it is not s6-linux-init's job to do it because -<tt>wtmp</tt> requires a real, writable filesystem. </li> -</ul> - <h2> Notes </h2> <p> |