-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootloader: rely on unified GRUB configuration for UEFI and BIOS
With the unified GRUB configuration in Fedora and EL, the bootloader setup no longer requires a custom EFI stub config. The grub2-common package automatically generates this stub, which points to a single, hybrid configuration file at /boot/grub2/grub.cfg. This patch simplifies the code by removing redundant EFI-specific configuration steps and relying on grub2-common to handle the UEFI stub creation.
- Loading branch information
Showing
2 changed files
with
3 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters