mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
man: loader.conf(5): document auto-reboot/auto-poweroff
These options were added in v255 with commit
cb341090d0, but were not documented as
standalone options in loader.conf. See #29440 for more information.
This commit is contained in:
@@ -254,6 +254,26 @@
|
||||
<xi:include href="version-info.xml" xpointer="v239"/></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>auto-reboot</term>
|
||||
|
||||
<listitem><para>A boolean controlling the presence of the <literal>Reboot The System</literal>
|
||||
entry (disabled by default). Even if this is disabled, the system may still be rebooted by pressing
|
||||
<keycombo><keycap>Shift</keycap><keycap>b</keycap></keycombo>.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v255"/></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>auto-poweroff</term>
|
||||
|
||||
<listitem><para>A boolean controlling the presence of the <literal>Power Off The System</literal>
|
||||
entry (disabled by default). Even if this is disabled, the system may still be powered off by
|
||||
pressing <keycombo><keycap>Shift</keycap><keycap>o</keycap></keycombo>.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v255"/></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>beep</term>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user