From 2d94f79d0acc5405bf5e8ce9c580dda1c6e91287 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 18 Jul 2012 22:27:30 +0200 Subject: Adding support for ntfs as binary filesystem when using syslinux. --- functions/defaults.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index eaaf822de..5e06c485f 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -1281,10 +1281,10 @@ Check_defaults () then # syslinux + fat case "${LB_BINARY_FILESYSTEM}" in - fat*) + fat*|ntfs) ;; *) - Echo_warning "You have selected values of LB_BOOTLOADER and LB_BINARY_FILESYSTEM which are incompatible - syslinux only supports FAT filesystems." + Echo_warning "You have selected values of LB_BOOTLOADER and LB_BINARY_FILESYSTEM which are incompatible - syslinux only supports FAT and NTFS filesystems." ;; esac fi -- cgit v1.2.3