Skip to content
Snippets Groups Projects
Commit 4dfdfe4f authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

update doc

parent 309725bf
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
<h2>Interface</h2>
<pre>
66-boot [ -h ] [ -s <em>skel</em> ] [ -m ] [ -l <em>log_user</em> ] [ -e environment ] [ -d <em>dev</em> ] [ -b <em>banner</em> ]
66-boot [ -h ] [ -s <em>skel</em> ] [ -m ] [ -c ] [ -l <em>log_user</em> ] [ -e environment ] [ -d <em>dev</em> ] [ -b <em>banner</em> ]
</pre>
<p>
......@@ -47,6 +47,9 @@
By default, the <em>LIVE</em> basename is mounted if it not already a valid mountpoint. Otherwise without the <tt>-m</tt> option, it does nothing.
</li>
<li>
<tt><b>-c</b></tt> : enable the CTRL-ALT-DEL combination key ability.
</li>
<li>
<tt><b>-l <em>log_user</em></b></tt> : the catch&#8209;all logger will run as <em>log_user</em>. Default is <tt>%%s6log_user%%</tt>. The default can also be changed at compile-time by passing the <tt>&#8209;&#8209;with&#8209;s6&#8209;log&#8209;user=<em>user</em></tt> option to <tt>./configure</tt>.
</li>
......
......@@ -5,7 +5,7 @@
# SYNOPSIS
66-boot [ *-h* ] [ *-s* _skel_ ] [ *-m* ] [ *-l* _log_user_ ] [ *-e* _environment_ ] [ *-d* _dev_ ] [ *-b* _banner_ ]
66-boot [ *-h* ] [ *-s* _skel_ ] [ *-m* ] [ *-c* ] [ *-l* _log_user_ ] [ *-e* _environment_ ] [ *-d* _dev_ ] [ *-b* _banner_ ]
# DESCRIPTION
......@@ -30,6 +30,8 @@
the _LIVE_ basename is mounted if it not already a valid mountpoint.
Otherwise without the *-m* option, it does nothing.
*-c*
Enable the CTRL-ALT-DEL combination key ability.
*-l* _log_user_
The catch-all logger will run as the _log_user_ user. Default is *%%s6log_user%%*.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment