diff options
author | Jan Janssen <medhefgo@web.de> | 2015-04-03 18:03:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-07 18:51:45 +0200 |
commit | 5bdf22430e367799dfa66c724144b624c5479518 (patch) | |
tree | f26c8dbe3b4395e1b1b5d33ad185c8b7e4fed0e3 /man | |
parent | 3d1137ac2b196cee345ac70fcdac675af142c8dc (diff) |
logind,systemctl: add reboot to EFI firmware support
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 50e6bc93f2..8c0a01d3e1 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -527,6 +527,18 @@ </varlistentry> <varlistentry> + <term><option>--firmware-setup</option></term> + + <listitem> + <para>When used with the <command>reboot</command> command, + indicate to the system's firmware to boot into setup + mode. Note that this is currently only supported on some EFI + systems and only if the system was booted in EFI + mode.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--plain</option></term> <listitem> |