Blame SOURCES/0028-Update-man-page-to-include-default-config-file-for-s.patch

16aa69
From 938e2a19dcc775e2934cb276896fba4851f419cf Mon Sep 17 00:00:00 2001
16aa69
From: Robert Marshall <rmarshall@redhat.com>
16aa69
Date: Wed, 21 Jan 2015 11:27:32 -0500
16aa69
Subject: [PATCH 28/41] Update man page to include default config file for
16aa69
 s390x bootloader.
16aa69
16aa69
The grubby man page defined the default config file for every
16aa69
architecture's bootloader except s390. Added this information
16aa69
to the man page.
16aa69
16aa69
Resolves bz#1158904
16aa69
16aa69
Conflicts:
16aa69
	grubby.8
16aa69
---
16aa69
 grubby.8 | 3 ++-
16aa69
 1 file changed, 2 insertions(+), 1 deletion(-)
16aa69
16aa69
diff --git a/grubby.8 b/grubby.8
16aa69
index 5ff486f..85e22c5 100644
16aa69
--- a/grubby.8
16aa69
+++ b/grubby.8
16aa69
@@ -31,7 +31,8 @@ file is in \fB/boot/efi/EFI/redhat/grub.cfg\fR.  On Intel ia64 platforms,
16aa69
 is \fB/boot/efi/EFI/redhat/elilo.conf\fR. On PowerPC platforms, systems based
16aa69
 on Power8 now support \fBgrub2\fR as a bootloader and store using a default
16aa69
 config stored in \fB/boot/grub2/grub.cfg\fR. The earlier Power7 systems use \fByaboot\fR
16aa69
-parsing and the configuration file should be in \fB/etc/yaboot.conf\fR.
16aa69
+parsing and the configuration file should be in \fB/etc/yaboot.conf\fR.  On
16aa69
+s390 platforms the \fBzipl bootloader\fR will read from \fB/etc/zipl.conf\fR.
16aa69
 
16aa69
 There are a number of ways to specify the kernel used for \fB-\-info\fR,
16aa69
 \fB-\-remove-kernel\fR, and \fB-\-update-kernel\fR. Specificying \fBDEFAULT\fR
16aa69
-- 
16aa69
2.4.3
16aa69