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

903092
From 938e2a19dcc775e2934cb276896fba4851f419cf Mon Sep 17 00:00:00 2001
903092
From: Robert Marshall <rmarshall@redhat.com>
903092
Date: Wed, 21 Jan 2015 11:27:32 -0500
903092
Subject: [PATCH 28/41] Update man page to include default config file for
903092
 s390x bootloader.
903092
903092
The grubby man page defined the default config file for every
903092
architecture's bootloader except s390. Added this information
903092
to the man page.
903092
903092
Resolves bz#1158904
903092
903092
Conflicts:
903092
	grubby.8
903092
---
903092
 grubby.8 | 3 ++-
903092
 1 file changed, 2 insertions(+), 1 deletion(-)
903092
903092
diff --git a/grubby.8 b/grubby.8
903092
index 5ff486f..85e22c5 100644
903092
--- a/grubby.8
903092
+++ b/grubby.8
903092
@@ -31,7 +31,8 @@ file is in \fB/boot/efi/EFI/redhat/grub.cfg\fR.  On Intel ia64 platforms,
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
+parsing and the configuration file should be in \fB/etc/yaboot.conf\fR.  On
903092
+s390 platforms the \fBzipl bootloader\fR will read from \fB/etc/zipl.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