Install isolinux on devstack

It is required for virtual media BIOS booting.

Clean up old bindep tags.

Change-Id: I345e5b5287594e62ac7a8abb4de3add242120dfd
This commit is contained in:
Dmitry Tantsur 2021-12-03 17:50:20 +01:00
parent 3197301dba
commit f85f649136
1 changed files with 2 additions and 7 deletions

View File

@ -16,17 +16,12 @@ tftp-server [platform:rpm]
# Starting with Debian Jessie (and thus in Ubuntu Xenial too),
# pxelinux package provides the pxelinux.0 boot loader,
# but such package is absent from Debian Wheezy / Ubuntu Trusty.
# Also, in Debian Wheezy / Ubuntu Trusty 'syslinux' depends on syslinux-common,
# but only recommends it in Jessie/Xenial.
# Make sure syslinux-common is installed for those distros as it provides
# *.c32 modules for syslinux
# TODO remove distro pinning when Wheezy / Trusty are EOLed (May 2019)
# or DevStack stops supporting those.
# In the mean time, new Debian-based release codenames will have to be added
# as distros can not be pinned with 'if-later-than' specified.
pxelinux [platform:dpkg]
syslinux [platform:rpm platform:ubuntu-trusty platform:debian-wheezy]
syslinux
syslinux-common [platform:dpkg]
isolinux [platform:dpkg]
socat [default]
# Grub2 files for boot loadingusing PXE/GRUB2
shim-signed [platform:dpkg]