Blame SOURCES/0027-Update-grubby-man-page-for-Power8-PPC64LE.patch

903092
From 33c06b169149a5acc91d8e5d2edd6483d8e2c7d0 Mon Sep 17 00:00:00 2001
903092
From: Robert Marshall <rmarshall@redhat.com>
903092
Date: Wed, 21 Jan 2015 15:51:12 -0500
903092
Subject: [PATCH 27/41] Update grubby man page for Power8 PPC64LE
903092
903092
The grubby man page was up to date for Power7 PPC systems using
903092
yaboot. Added the information for the grub2-based Power8 PPC64LE
903092
system architecture.
903092
903092
Resolves bz#1125540
903092
---
903092
 grubby.8 | 6 ++++--
903092
 1 file changed, 4 insertions(+), 2 deletions(-)
903092
903092
diff --git a/grubby.8 b/grubby.8
903092
index 9d7a1fd..5ff486f 100644
903092
--- a/grubby.8
903092
+++ b/grubby.8
903092
@@ -28,8 +28,10 @@ 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
+is \fB/boot/efi/EFI/redhat/elilo.conf\fR. On PowerPC platforms, systems based
903092
+on Power8 now support \fBgrub2\fR as a bootloader and store using a default
903092
+config stored in \fB/boot/grub2/grub.cfg\fR. The earlier Power7 systems use \fByaboot\fR
903092
+parsing 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