From 1bc64d77352010f6951e7cccf77be99301e9664c Mon Sep 17 00:00:00 2001 From: Marko Myllynen Date: Wed, 13 Nov 2013 11:06:13 +0200 Subject: man: add bootctl(8) https://bugzilla.redhat.com/show_bug.cgi?id=1014303 --- man/bootctl.xml | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 man/bootctl.xml (limited to 'man/bootctl.xml') diff --git a/man/bootctl.xml b/man/bootctl.xml new file mode 100644 index 0000000000..28f1b9203f --- /dev/null +++ b/man/bootctl.xml @@ -0,0 +1,125 @@ + + + + + + + + + bootctl + systemd + + + + Developer + Kay + Sievers + kay@vrfy.org + + + + + + bootctl + 1 + + + + bootctl + Control the firmware and boot manager settings + + + + + bootctl + OPTIONS + COMMAND + + + + + Description + + bootctl may be used to + query or (in the future) change the firmware and boot + manager settings. + + Firmware information is available only on EFI + systems. + + Currently, only the gummiboot8 boot + manager implements the required boot loader interface + to provide complete boot manager information. + + + + Options + + The following options are understood: + + + + + + + Prints a short help + text and exits. + + + + + + Prints a short version + string and exits. + + + + The following commands are understood: + + + + status + + Show firmware and boot + manager information about the system, + including secure boot mode status and + selected firmware entry (where + available). + + + + + + + Exit status + + On success, 0 is returned, a non-zero failure + code otherwise. + + + + See Also + + Boot loader interface, + Boot loader specification, + gummiboot + + + + -- cgit v1.2.3-54-g00ecf