Merge "devstack: Remove syslinux dependency"
This commit is contained in:
commit
cd27c7af05
@ -28,7 +28,6 @@ qemu-kvm
|
|||||||
qemu-utils
|
qemu-utils
|
||||||
sgabios
|
sgabios
|
||||||
shellinabox
|
shellinabox
|
||||||
syslinux # dist:xenial,bionic
|
|
||||||
syslinux-common # dist:xenial,bionic
|
syslinux-common # dist:xenial,bionic
|
||||||
tftpd-hpa
|
tftpd-hpa
|
||||||
xinetd
|
xinetd
|
||||||
|
@ -1038,8 +1038,12 @@ function configure_ironic_dirs {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Copy PXE binary
|
# Copy PXE binary
|
||||||
cp $IRONIC_PXE_BOOT_IMAGE $IRONIC_TFTPBOOT_DIR
|
# NOTE(mjturek): The PXE binary is x86_64 specific. So it should only be copied when
|
||||||
setup_syslinux_modules
|
# deploying to an x86_64 node.
|
||||||
|
if [[ $IRONIC_HW_ARCH == "x86_64" ]]; then
|
||||||
|
cp $IRONIC_PXE_BOOT_IMAGE $IRONIC_TFTPBOOT_DIR
|
||||||
|
setup_syslinux_modules
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ "$IRONIC_BOOT_MODE" == "uefi" ]]; then
|
if [[ "$IRONIC_BOOT_MODE" == "uefi" ]]; then
|
||||||
local uefi_ipxe_boot_file
|
local uefi_ipxe_boot_file
|
||||||
|
Loading…
Reference in New Issue
Block a user