diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/bootctl.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml index c038c4686d..6db048b63b 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -102,7 +102,7 @@ </varlistentry> <varlistentry> - <term><option>systemd-efi-options</option> <optional><replaceable>VALUE</replaceable></optional></term> + <term><option>systemd-efi-options</option> <optional><replaceable>STRING</replaceable></optional></term> <listitem><para>When called without the optional argument, prints the current value of the <literal>SystemdOptions</literal> EFI variable. When called with an argument, sets the @@ -112,6 +112,17 @@ </varlistentry> <varlistentry> + <term><option>reboot-to-firmware</option> <optional><replaceable>BOOL</replaceable></optional></term> + + <listitem><para>Query or set the "Reboot-Into-Firmware-Setup" flag of the EFI firmware. Takes a + boolean argument which controls whether to show the firmware setup on next system reboot. If the + argument is omitted shows the current status of the flag, or whether the flag is supported. This + controls the same flag as <command>systemctl reboot --firmware-setup</command>, but is more + low-level and allows setting the flag independently from actually requesting a + reboot.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>list</option></term> <listitem><para>Shows all available boot loader entries implementing the <ulink |