From 1bc64d77352010f6951e7cccf77be99301e9664c Mon Sep 17 00:00:00 2001 From: Marko Myllynen Date: Wed, 13 Nov 2013 11:06:13 +0200 Subject: [PATCH] man: add bootctl(8) https://bugzilla.redhat.com/show_bug.cgi?id=1014303 --- Makefile-man.am | 9 ++++ man/bootctl.xml | 125 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 man/bootctl.xml diff --git a/Makefile-man.am b/Makefile-man.am index 1a24e6b29..f2b6164a1 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -649,6 +649,15 @@ MANPAGES_ALIAS += \ # +endif + +if ENABLE_EFI +MANPAGES += \ + man/bootctl.1 +MANPAGES_ALIAS += \ + # + + endif if ENABLE_HOSTNAMED diff --git a/man/bootctl.xml b/man/bootctl.xml new file mode 100644 index 000000000..28f1b9203 --- /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 + + + + -- 2.30.2