Fix RedHat required defaults
This commit fixes the grub and shim efi binaries path in the required defaults for RHEL. Change-Id: I22a2b0c408e005e4f3f26f60c0fa55bf32704b7e Signed-off-by: Daniel Mellado <dmellado@redhat.com>
This commit is contained in:
parent
3a62aba648
commit
5cd0819ce0
@ -1,4 +1,4 @@
|
||||
---
|
||||
efi_distro: rhel
|
||||
grub_efi_binary: /boot/efi/EFI/rhel/grubx64.efi
|
||||
shim_efi_binary: /boot/efi/EFI/rhel/shimx64.efi
|
||||
grub_efi_binary: /boot/efi/EFI/redhat/grubx64.efi
|
||||
shim_efi_binary: /boot/efi/EFI/redhat/shimx64.efi
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixed an outdated grub and shim efi binaries path for Red Hat to to be
|
||||
under ``EFI/redhat``.
|
Loading…
x
Reference in New Issue
Block a user