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:
Felix Pehla
2025-08-30 16:09:53 +02:00
committed by Yu Watanabe
parent 8a6128b68b
commit 823fc6e9f7

View File

@@ -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>