Merge "Use safe shim binary paths on redhat family"

This commit is contained in:
Zuul 2021-09-20 11:01:48 +00:00 committed by Gerrit Code Review
commit 1ea20060be
4 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
---
efi_distro: centos
grub_efi_binary: /boot/efi/EFI/centos/grubx64.efi
shim_efi_binary: /boot/efi/EFI/centos/shimx64.efi

View File

@ -7,6 +7,7 @@ mysql_service_name: mariadb
tftp_service_name: tftp
efi_distro: fedora
grub_efi_binary: /boot/efi/EFI/fedora/grubx64.efi
shim_efi_binary: /boot/efi/EFI/fedora/shimx64.efi
required_packages:
- dnsmasq
- firewalld

View File

@ -1,3 +1,4 @@
---
efi_distro: rhel
grub_efi_binary: /boot/efi/EFI/rhel/grubx64.efi
shim_efi_binary: /boot/efi/EFI/rhel/shimx64.efi

View File

@ -6,7 +6,6 @@ ipxe_efi_binary: ipxe-x86_64.efi
ironic_rootwrap_dir: /usr/bin/
mysql_service_name: mariadb
tftp_service_name: tftp
shim_efi_binary: /boot/efi/EFI/BOOT/BOOTX64.EFI
required_packages:
- mariadb-server
- dnsmasq