Update man page to not mention the GRUB config in the ESP anymore
After https://fedoraproject.org/wiki/Changes/UnifyGrubConfig the config in ESP is only used as a stub to load the actual GRUB config the in /boot dir. Don't mention this file in the grubby man page, since users shouldn't even be aware of that config file. Resolves: rhbz#1958458 Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
e94425201f
commit
9ebc469d54
11
grubby.8
11
grubby.8
@ -19,13 +19,10 @@ about the configuration files for the \fBgrub2\fR and \fBzipl\fR boot loaders.
|
|||||||
It is primarily designed to be used from scripts which install new kernels and
|
It is primarily designed to be used from scripts which install new kernels and
|
||||||
need to find information about the current boot environment.
|
need to find information about the current boot environment.
|
||||||
|
|
||||||
On BIOS-based Intel x86 platforms, \fBgrub2\fR is the default bootloader and
|
On BIOS-based Intel x86, PowerPC and UEFI-based platforms, \fBgrub2\fR is the
|
||||||
the configuration file is in \fB/boot/grub2/grub.cfg\fR. On UEFI-based Intel
|
default bootloader and the configuration file is in \fB/boot/grub2/grub.cfg\fR.
|
||||||
x86 platforms, \fBgrub2\fR is the default bootloader, and the configuration
|
On s390x platforms, the \fBzipl\fR bootloader use a default configuration in
|
||||||
file is in \fB/boot/efi/EFI/redhat/grub.cfg\fR. On PowerPC platforms, systems
|
\fB/etc/zipl.conf\fR.
|
||||||
based on Power8 and Power9 support \fBgrub2\fR as a bootloader and use a
|
|
||||||
configuration stored in \fB/boot/grub2/grub.cfg\fR. On s390x platforms the
|
|
||||||
\fBzipl\fR bootloader use a default configuration in \fB/etc/zipl.conf\fR.
|
|
||||||
|
|
||||||
All bootloaders define the boot entries as individual configuration fragments
|
All bootloaders define the boot entries as individual configuration fragments
|
||||||
that are stored by default in \fB/boot/loader/entries\fR. The format for the
|
that are stored by default in \fB/boot/loader/entries\fR. The format for the
|
||||||
|
Loading…
Reference in New Issue
Block a user