[SCM] Debian Live build scripts branch, master, updated. 1.0.0-2-18-gec7ad6c

Chris Lamb chris at chris-lamb.co.uk
Sun Sep 7 22:27:53 UTC 2008


The following commit has been merged in the master branch:
commit ec7ad6c0450d52b2d9f01555d066737fc811a1e7
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 build scripts



More information about the debian-live-changes mailing list