From 4d3525ab0f50c893e98170154d60503f23a34250 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Tue, 3 Feb 2009 10:30:10 +0100
Subject: Correcting order of genisoimage option assembling, the exludes do
 have to be processed last.

---
 helpers/lh_binary_iso | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

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
-- 
cgit v1.0