diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-05-27 17:22:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-05-29 15:41:50 +0200 |
commit | 002914e6887571388e84a7753bd4deca925ab064 (patch) | |
tree | c1846ecf2fa3dee4c5fea83ada07647396de4f97 /man | |
parent | 8a96369e0b6e97729e784b04c2ddc176354759ab (diff) | |
download | systemd-002914e6887571388e84a7753bd4deca925ab064.tar.gz |
bootctl: add simple, low-level reboot-to-firmware verb for controlling the flag
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 |