We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f51a7 commit c7164c8Copy full SHA for c7164c8
docker/ironic/ironic-pxe/extend_start.sh
@@ -21,8 +21,8 @@ function prepare_pxe_grub {
21
shim_src_file="/usr/lib/shim/shim*64.efi.signed"
22
grub_src_file="/usr/lib/grub/*-efi-signed/grubnet*64.efi.signed"
23
elif [[ "${KOLLA_BASE_DISTRO}" =~ centos|rocky ]]; then
24
- shim_src_file="/boot/efi/EFI/centos/shim*64.efi"
25
- grub_src_file="/boot/efi/EFI/centos/grub*64.efi"
+ shim_src_file="/boot/efi/EFI/${KOLLA_BASE_DISTRO}/shim*64.efi"
+ grub_src_file="/boot/efi/EFI/${KOLLA_BASE_DISTRO}/grub*64.efi"
26
fi
27
28
if [[ "${KOLLA_BASE_ARCH}" == "x86_64" ]]; then
0 commit comments