forked from osbuild/osbuild
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stages/grub2: add new
uefi.unified
option
Fedora 34 and thus RHEL 9 have adopted the unified grub config scheme[1], where the main config is always placed in the same location across all platforms, i.e. `boot/grub2`, and a stub config that redirects to the main config is placed into the ESP. osbuild has always done that in the case of hybrid boot, but not for pure EFI systems. The new `uefi.unified` config option can be used to select that new unified scheme even for the case of pure EFI systems (aarch64 or non-hybrid boot). Add a simple test for the grub stage. [1] https://fedoraproject.org/wiki/Changes/UnifyGrubConfig
- Loading branch information
Showing
6 changed files
with
1,444 additions
and
3 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
Oops, something went wrong.