From 5d6574552ff8fdf9623f4c0319097778f8523289 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 27 Apr 2014 12:35:58 +0200 Subject: 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.) --- functions/defaults.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 92f006797..b1c22e2ad 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -1061,12 +1061,12 @@ Check_defaults () if [ "${LB_BOOTLOADER}" = "syslinux" ] then - # syslinux + fat + # syslinux + fat or ntfs, or extlinux + ext[234] or btrfs case "${LB_BINARY_FILESYSTEM}" in - fat*|ntfs) + fat*|ntfs|ext[234]|btrfs) ;; *) - Echo_warning "You have selected values of LB_BOOTLOADER and LB_BINARY_FILESYSTEM which are incompatible - syslinux only supports FAT and NTFS filesystems." + Echo_warning "You have selected values of LB_BOOTLOADER and LB_BINARY_FILESYSTEM which are incompatible - the syslinux family only support FAT, NTFS, ext[234] or btrfs filesystems." ;; esac fi -- cgit v1.2.3