diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-27 12:35:58 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-04-27 12:37:37 +0200 |
commit | 5d6574552ff8fdf9623f4c0319097778f8523289 (patch) | |
tree | 3009b45ddc91f2ae55bb6ad99d69410471989a5f /debian | |
parent | 10a6e8e5792704ba4b04eada0966bdcb724e9fb5 (diff) | |
download | vyos-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')
-rw-r--r-- | debian/live-build.bug-script | 2 |
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}:" |