]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: loader.conf(5): document auto-reboot/auto-poweroff
authorFelix Pehla <29adc1fd92@gmail.com>
Sat, 30 Aug 2025 14:09:53 +0000 (16:09 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 30 Aug 2025 23:22:44 +0000 (08:22 +0900)
These options were added in v255 with commit
cb341090d061084accc9a45ec4b1d258954adba2, but were not documented as
standalone options in loader.conf. See #29440 for more information.

man/loader.conf.xml

index 1d441654f81aefbd97b73ba8f8e65433a91a4e3f..4066dbeb053df0b77e92e286e2b57d4f5d49d0a6 100644 (file)
         <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>