summaryrefslogtreecommitdiff
path: root/debian/live-build.bug-script
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-27 12:35:58 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2014-04-27 12:37:37 +0200
commit5d6574552ff8fdf9623f4c0319097778f8523289 (patch)
tree3009b45ddc91f2ae55bb6ad99d69410471989a5f /debian/live-build.bug-script
parent10a6e8e5792704ba4b04eada0966bdcb724e9fb5 (diff)
downloadvyos-live-build-5d6574552ff8fdf9623f4c0319097778f8523289.tar.gz
vyos-live-build-5d6574552ff8fdf9623f4c0319097778f8523289.zip
Add support for making ext[234] or btrfs hdd images bootable with extlinux (Closes: #745816)
extlinux configuration for the bootable image is installed to /boot/extlinux, matching the extlinux-install script in Debian. From the configuration point of view it's still called "syslinux", the same as the rest of the syslinux family (pxelinux, isolinux etc.)
Diffstat (limited to 'debian/live-build.bug-script')
-rw-r--r--debian/live-build.bug-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/live-build.bug-script b/debian/live-build.bug-script
index 4c2a21eeb..8a68d3038 100644
--- a/debian/live-build.bug-script
+++ b/debian/live-build.bug-script
@@ -6,7 +6,7 @@ DEFAULT_SETTINGS="/etc/live/build.conf"
dpkg -l debootstrap cdebootstrap
# Checking suggests
-dpkg -l dosfstools xorriso loadlin memtest86+ memtest86 mtools parted squashfs-tools mtd-tools syslinux grub uuid-runtime win32-loader
+dpkg -l dosfstools xorriso loadlin memtest86+ memtest86 mtools parted squashfs-tools mtd-tools syslinux syslinux-common extlinux grub uuid-runtime win32-loader
if [ -e "${DEFAULT_SETTINGS}" ]; then
echo "Contents of ${DEFAULT_SETTINGS}:"