|
|
16aa69 |
From 0228a8f2a0db3f3b86860c610de5e6624c089a48 Mon Sep 17 00:00:00 2001
|
|
|
16aa69 |
From: Peter Jones <pjones@redhat.com>
|
|
|
16aa69 |
Date: Fri, 12 Sep 2014 15:50:05 -0400
|
|
|
16aa69 |
Subject: [PATCH 20/41] Tell a slightly better fib about default bootloader
|
|
|
16aa69 |
config paths.
|
|
|
16aa69 |
|
|
|
16aa69 |
It's not going to be right everywhere, but... whatever.
|
|
|
16aa69 |
|
|
|
16aa69 |
Resolves: rhbz#1001664
|
|
|
16aa69 |
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
|
16aa69 |
---
|
|
|
16aa69 |
grubby.8 | 14 ++++++++------
|
|
|
16aa69 |
1 file changed, 8 insertions(+), 6 deletions(-)
|
|
|
16aa69 |
|
|
|
16aa69 |
diff --git a/grubby.8 b/grubby.8
|
|
|
16aa69 |
index d79e60e..9d7a1fd 100644
|
|
|
16aa69 |
--- a/grubby.8
|
|
|
16aa69 |
+++ b/grubby.8
|
|
|
16aa69 |
@@ -18,16 +18,18 @@ grubby \- command line tool for configuring grub, lilo, elilo, yaboot and zipl
|
|
|
16aa69 |
|
|
|
16aa69 |
.SH DESCRIPTION
|
|
|
16aa69 |
\fBgrubby\fR is a command line tool for updating and displaying information
|
|
|
16aa69 |
-about the configuration files for the \fBgrub\fR, \fBlilo\fR, \fBelilo\fR
|
|
|
16aa69 |
+about the configuration files for the \fBgrub\fR, \fBlilo\fR, \fBelilo\fR
|
|
|
16aa69 |
(ia64), \fByaboot\fR (powerpc) and \fBzipl\fR (s390) boot loaders. It
|
|
|
16aa69 |
is primarily designed to be used from scripts which install new
|
|
|
16aa69 |
kernels and need to find information about the current boot environment.
|
|
|
16aa69 |
|
|
|
16aa69 |
-On Intel x86 platforms, \fBgrub\fR is the default bootloader and the
|
|
|
16aa69 |
-configuration file is in \fB/boot/grub/grub.conf\fR. On Intel ia64 platforms,
|
|
|
16aa69 |
-\fBelilo\fR mode is used and the default location for the configuration file
|
|
|
16aa69 |
-is \fB/boot/grub/grub.conf\fR. On PowerPC platforms, \fByaboot\fR parsing
|
|
|
16aa69 |
-is used and the configuration file should be in \fB/etc/yaboot.conf\fR.
|
|
|
16aa69 |
+On BIOS-based Intel x86 platforms, \fBgrub2\fR is the default bootloader and
|
|
|
16aa69 |
+the configuration file is in \fB/boot/grub2/grub.cfg\fR. On UEFI-based Intel
|
|
|
16aa69 |
+x86 platforms, \fBgrub2\fR is the default bootloader, and the configuration
|
|
|
16aa69 |
+file is in \fB/boot/efi/EFI/redhat/grub.cfg\fR. On Intel ia64 platforms,
|
|
|
16aa69 |
+\fBelilo\fR mode is used and the default location for the configuration file
|
|
|
16aa69 |
+is \fB/boot/efi/EFI/redhat/elilo.conf\fR. On PowerPC platforms, \fByaboot\fR
|
|
|
16aa69 |
+parsing is used and the configuration file should be in \fB/etc/yaboot.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 |
|