[SCM] debian-live branch, master, updated. 1.0.0-2-19-g74e2f2a

Chris Lamb chris at chris-lamb.co.uk
Sun Sep 7 14:55:33 UTC 2008


The following commit has been merged in the master branch:
commit 74e2f2a571966e49bca56043ff73b29e346a9894
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Sep 7 15:41:36 2008 +0100

    Warn when using syslinux with a non-FAT LH_BINARY_FILESYSTEM.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 54d28f1..b36f1d0 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -785,4 +785,16 @@ Check_defaults ()
 			Echo_warning "are re-used when integrating the Debian Installer."
 		fi
 	fi
+
+	if [ "${LH_BOOTLOADER}" = "syslinux" ]
+	then
+		case "${LH_BINARY_FILESYSTEM}" in
+			fat*)
+				;;
+			*)
+				Echo_warning "You have selected values of LH_BOOTLOADER and LH_BINARY_FILESYSTEM"
+				Echo_warning "which are incompatible - syslinux only supports FAT filesystems."
+				;;
+		esac
+	fi
 }

-- 
debian-live



More information about the debian-live-changes mailing list