Merge "Use safe shim binary paths on redhat family"
This commit is contained in:
commit
1ea20060be
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user