diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-05-30 15:44:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 15:44:26 +0200 |
commit | 956508cb5db4e3ba94a916632ad2be272010d63d (patch) | |
tree | 805b210c908e031cec6f75033e07b91d24f51ae5 /man | |
parent | d308cd4bfa940462cbf7da7fcc19bc6e2a077418 (diff) | |
parent | 84190644ff4acea3cac3227f3dd85eddc3f8c673 (diff) | |
download | systemd-956508cb5db4e3ba94a916632ad2be272010d63d.tar.gz |
Merge pull request #15935 from poettering/cache-more-efi-vars
logind + efi-loader: cache more efi vars
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 |