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