|
|
56d25d |
From 33c06b169149a5acc91d8e5d2edd6483d8e2c7d0 Mon Sep 17 00:00:00 2001
|
|
|
56d25d |
From: Robert Marshall <rmarshall@redhat.com>
|
|
|
56d25d |
Date: Wed, 21 Jan 2015 15:51:12 -0500
|
|
|
56d25d |
Subject: [PATCH 27/41] Update grubby man page for Power8 PPC64LE
|
|
|
56d25d |
|
|
|
56d25d |
The grubby man page was up to date for Power7 PPC systems using
|
|
|
56d25d |
yaboot. Added the information for the grub2-based Power8 PPC64LE
|
|
|
56d25d |
system architecture.
|
|
|
56d25d |
|
|
|
56d25d |
Resolves bz#1125540
|
|
|
56d25d |
---
|
|
|
56d25d |
grubby.8 | 6 ++++--
|
|
|
56d25d |
1 file changed, 4 insertions(+), 2 deletions(-)
|
|
|
56d25d |
|
|
|
56d25d |
diff --git a/grubby.8 b/grubby.8
|
|
|
56d25d |
index 9d7a1fd..5ff486f 100644
|
|
|
56d25d |
--- a/grubby.8
|
|
|
56d25d |
+++ b/grubby.8
|
|
|
56d25d |
@@ -28,8 +28,10 @@ the configuration file is in \fB/boot/grub2/grub.cfg\fR. On UEFI-based Intel
|
|
|
56d25d |
x86 platforms, \fBgrub2\fR is the default bootloader, and the configuration
|
|
|
56d25d |
file is in \fB/boot/efi/EFI/redhat/grub.cfg\fR. On Intel ia64 platforms,
|
|
|
56d25d |
\fBelilo\fR mode is used and the default location for the configuration file
|
|
|
56d25d |
-is \fB/boot/efi/EFI/redhat/elilo.conf\fR. On PowerPC platforms, \fByaboot\fR
|
|
|
56d25d |
-parsing is used and the configuration file should be in \fB/etc/yaboot.conf\fR.
|
|
|
56d25d |
+is \fB/boot/efi/EFI/redhat/elilo.conf\fR. On PowerPC platforms, systems based
|
|
|
56d25d |
+on Power8 now support \fBgrub2\fR as a bootloader and store using a default
|
|
|
56d25d |
+config stored in \fB/boot/grub2/grub.cfg\fR. The earlier Power7 systems use \fByaboot\fR
|
|
|
56d25d |
+parsing and the configuration file should be in \fB/etc/yaboot.conf\fR.
|
|
|
56d25d |
|
|
|
56d25d |
There are a number of ways to specify the kernel used for \fB-\-info\fR,
|
|
|
56d25d |
\fB-\-remove-kernel\fR, and \fB-\-update-kernel\fR. Specificying \fBDEFAULT\fR
|
|
|
56d25d |
--
|
|
|
56d25d |
2.4.3
|
|
|
56d25d |
|