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