summaryrefslogtreecommitdiff
path: root/devstack/files
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2021-12-03 17:50:20 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2021-12-03 17:50:52 +0100
commitf85f649136f4f0d425cf3de29fd39a565ead5b6c (patch)
treea5e105c3195407f025664e5e9c04b798e71ffcfd /devstack/files
parent3197301dbab1be5500cd820c503717e64953cd95 (diff)
downloadironic-f85f649136f4f0d425cf3de29fd39a565ead5b6c.tar.gz
Install isolinux on devstack
It is required for virtual media BIOS booting. Clean up old bindep tags. Change-Id: I345e5b5287594e62ac7a8abb4de3add242120dfd
Diffstat (limited to 'devstack/files')
-rw-r--r--devstack/files/bindep.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/devstack/files/bindep.txt b/devstack/files/bindep.txt
index 951475d2d..8c386349a 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]