From f85f649136f4f0d425cf3de29fd39a565ead5b6c Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 3 Dec 2021 17:50:20 +0100 Subject: [PATCH] Install isolinux on devstack It is required for virtual media BIOS booting. Clean up old bindep tags. Change-Id: I345e5b5287594e62ac7a8abb4de3add242120dfd --- devstack/files/bindep.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/devstack/files/bindep.txt b/devstack/files/bindep.txt index 951475d2d0..8c386349ae 100644 --- a/devstack/files/bindep.txt +++ b/devstack/files/bindep.txt @@ -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]