From: Marko Myllynen Date: Wed, 13 Nov 2013 09:06:13 +0000 (+0200) Subject: man: add bootctl(8) X-Git-Tag: v209~1436 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1bc64d77352010f6951e7cccf77be99301e9664c;ds=sidebyside man: add bootctl(8) https://bugzilla.redhat.com/show_bug.cgi?id=1014303 --- 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 + + + +