Blame SOURCES/0143-Add-missing-options-to-grub2-switch-to-blscfg-man-pa.patch

d9d99f
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
d9d99f
From: Javier Martinez Canillas <javierm@redhat.com>
d9d99f
Date: Wed, 11 Apr 2018 11:36:43 +0200
d9d99f
Subject: [PATCH] Add missing options to grub2-switch-to-blscfg man page
d9d99f
d9d99f
The script --bls-directory and --backup-suffix options were not documented
d9d99f
in the man page, add them as well so users can know what these are about.
d9d99f
d9d99f
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
d9d99f
---
d9d99f
 util/grub-switch-to-blscfg.8 | 8 ++++++++
d9d99f
 1 file changed, 8 insertions(+)
d9d99f
d9d99f
diff --git a/util/grub-switch-to-blscfg.8 b/util/grub-switch-to-blscfg.8
b71686
index 134dfc62a..7d99de2d2 100644
d9d99f
--- a/util/grub-switch-to-blscfg.8
d9d99f
+++ b/util/grub-switch-to-blscfg.8
d9d99f
@@ -21,5 +21,13 @@ The grub config file to use.  The default value is \fI/etc/grub2-efi.cfg\fR on U
d9d99f
 --grub-defaults=\fIFILE\fR
d9d99f
 The defaults file for grub-mkconfig.  The default value is \fI/etc/default/grub\fR.
d9d99f
 
d9d99f
+.TP
d9d99f
+--bls-directory=\fIDIR\fR
d9d99f
+Create BootLoaderSpec fragments in \fIDIR\fR.  The default value is \fI/boot/loader/entries\fR on BIOS machines and \fI/boot/efi/EFI/\fBVENDOR\fI/loader/entries\fR on UEFI machines.
d9d99f
+
d9d99f
+.TP
d9d99f
+--backup-suffix=\fSUFFIX\fR
d9d99f
+The suffix to use for saved backup files.  The default value is \fI.bak\fR.
d9d99f
+
d9d99f
 .SH SEE ALSO
d9d99f
 .BR "info grub"