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:
Daniel Mellado 2021-12-03 15:24:11 +01:00
parent 3a62aba648
commit 5cd0819ce0
No known key found for this signature in database
GPG Key ID: 0D175BEAC2BC583E
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed an outdated grub and shim efi binaries path for Red Hat to to be
under ``EFI/redhat``.