[SCM] Debian Live build scripts branch, master, updated. 1.0.3-1-8-g77fe2be

Daniel Baumann daniel at debian.org
Sun Feb 8 09:48:27 UTC 2009


The following commit has been merged in the master branch:
commit c748b56013414a45981a54420bdb8175d8f27196
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Feb 3 10:30:10 2009 +0100

    Correcting order of genisoimage option assembling, the exludes do have to be processed last.

diff --git a/helpers/lh_binary_iso b/helpers/lh_binary_iso
index 546c303..0b8bb55 100755
--- a/helpers/lh_binary_iso
+++ b/helpers/lh_binary_iso
@@ -91,14 +91,6 @@ then
 	GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -V \"${LH_ISO_VOLUME}\""
 fi
 
-if In_list "stripped minimal" "${LH_PACKAGES_LISTS}"
-then
-	if [ "${LH_DEBIAN_INSTALLER}" != "live" ]
-	then
-		GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -m ${GENISOIMAGE_EXCLUDE}"
-	fi
-fi
-
 # Handle genisoimage architecture specific options
 case "${LH_BOOTLOADER}" in
 	grub)
@@ -132,6 +124,14 @@ case "${LH_BOOTLOADER}" in
 		;;
 esac
 
+if In_list "stripped minimal" "${LH_PACKAGES_LISTS}"
+then
+	if [ "${LH_DEBIAN_INSTALLER}" != "live" ]
+	then
+		GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -m ${GENISOIMAGE_EXCLUDE}"
+	fi
+fi
+
 cat > binary.sh << EOF
 genisoimage ${GENISOIMAGE_OPTIONS} -o binary.iso binary
 EOF

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list