diff options
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |