Codebase list ironic / f85f649
Install isolinux on devstack It is required for virtual media BIOS booting. Clean up old bindep tags. Change-Id: I345e5b5287594e62ac7a8abb4de3add242120dfd Dmitry Tantsur 2 years ago
1 changed file(s) with 2 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
1515 # Starting with Debian Jessie (and thus in Ubuntu Xenial too),
1616 # pxelinux package provides the pxelinux.0 boot loader,
1717 # but such package is absent from Debian Wheezy / Ubuntu Trusty.
18 # Also, in Debian Wheezy / Ubuntu Trusty 'syslinux' depends on syslinux-common,
19 # but only recommends it in Jessie/Xenial.
2018 # Make sure syslinux-common is installed for those distros as it provides
2119 # *.c32 modules for syslinux
22 # TODO remove distro pinning when Wheezy / Trusty are EOLed (May 2019)
23 # or DevStack stops supporting those.
24 # In the mean time, new Debian-based release codenames will have to be added
25 # as distros can not be pinned with 'if-later-than' specified.
2620 pxelinux [platform:dpkg]
27 syslinux [platform:rpm platform:ubuntu-trusty platform:debian-wheezy]
21 syslinux
2822 syslinux-common [platform:dpkg]
23 isolinux [platform:dpkg]
2924 socat [default]
3025 # Grub2 files for boot loadingusing PXE/GRUB2
3126 shim-signed [platform:dpkg]