bifrost/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_CentOS.yml
Steve Baker e9e9206d98 Use safe shim binary paths on redhat family
The path /boot/efi/EFI/BOOT/BOOTX64.EFI is probably the packaged
signed shim binary but it could be any bootloader binary from another
OS on a dual-boot system.

The shim packages also place the same binary at
/boot/efi/EFI/<distro>/shimx64.efi, so this change switches to using
that path instead.

Change-Id: I450af490ee149a268cd5fb6727010834262de1f6
2021-09-16 10:10:16 +12:00

5 lines
123 B
YAML

---
efi_distro: centos
grub_efi_binary: /boot/efi/EFI/centos/grubx64.efi
shim_efi_binary: /boot/efi/EFI/centos/shimx64.efi