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

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