Blame SOURCES/0020-Tell-a-slightly-better-fib-about-default-bootloader-.patch

903092
From 0228a8f2a0db3f3b86860c610de5e6624c089a48 Mon Sep 17 00:00:00 2001
903092
From: Peter Jones <pjones@redhat.com>
903092
Date: Fri, 12 Sep 2014 15:50:05 -0400
903092
Subject: [PATCH 20/41] Tell a slightly better fib about default bootloader
903092
 config paths.
903092
903092
It's not going to be right everywhere, but... whatever.
903092
903092
Resolves: rhbz#1001664
903092
Signed-off-by: Peter Jones <pjones@redhat.com>
903092
---
903092
 grubby.8 | 14 ++++++++------
903092
 1 file changed, 8 insertions(+), 6 deletions(-)
903092
903092
diff --git a/grubby.8 b/grubby.8
903092
index d79e60e..9d7a1fd 100644
903092
--- a/grubby.8
903092
+++ b/grubby.8
903092
@@ -18,16 +18,18 @@ grubby \- command line tool for configuring grub, lilo, elilo, yaboot and zipl
903092
 
903092
 .SH DESCRIPTION
903092
 \fBgrubby\fR is a command line tool for updating and displaying information
903092
-about the configuration files for the \fBgrub\fR, \fBlilo\fR, \fBelilo\fR 
903092
+about the configuration files for the \fBgrub\fR, \fBlilo\fR, \fBelilo\fR
903092
 (ia64), \fByaboot\fR (powerpc) and \fBzipl\fR (s390) boot loaders. It
903092
 is primarily designed to be used from scripts which install new
903092
 kernels and need to find information about the current boot environment.
903092
 
903092
-On Intel x86 platforms, \fBgrub\fR is the default bootloader and the
903092
-configuration file is in \fB/boot/grub/grub.conf\fR. On Intel ia64 platforms, 
903092
-\fBelilo\fR mode is used and the default location for the configuration file 
903092
-is \fB/boot/grub/grub.conf\fR. On PowerPC platforms, \fByaboot\fR parsing
903092
-is used and the configuration file should be in \fB/etc/yaboot.conf\fR.
903092
+On BIOS-based Intel x86 platforms, \fBgrub2\fR is the default bootloader and
903092
+the configuration file is in \fB/boot/grub2/grub.cfg\fR.  On UEFI-based Intel
903092
+x86 platforms, \fBgrub2\fR is the default bootloader, and the configuration
903092
+file is in \fB/boot/efi/EFI/redhat/grub.cfg\fR.  On Intel ia64 platforms,
903092
+\fBelilo\fR mode is used and the default location for the configuration file
903092
+is \fB/boot/efi/EFI/redhat/elilo.conf\fR. On PowerPC platforms, \fByaboot\fR
903092
+parsing is used and the configuration file should be in \fB/etc/yaboot.conf\fR.
903092
 
903092
 There are a number of ways to specify the kernel used for \fB-\-info\fR,
903092
 \fB-\-remove-kernel\fR, and \fB-\-update-kernel\fR. Specificying \fBDEFAULT\fR
903092
-- 
903092
2.4.3
903092