From 9ebc469d544a1f85cb90301e5d1bf7e289857b9c Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Jun 23 2021 06:22:58 +0000 Subject: 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 --- diff --git a/grubby.8 b/grubby.8 index 9bcd247..314c4f8 100644 --- a/grubby.8 +++ b/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 need to find information about the current boot environment. -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 PowerPC platforms, systems -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. +On BIOS-based Intel x86, PowerPC and UEFI-based platforms, \fBgrub2\fR is the +default bootloader and the configuration file is 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 that are stored by default in \fB/boot/loader/entries\fR. The format for the