[Debian-live-changes] r2039 - dists/trunk/live-helper/helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Mon Jun 11 21:52:47 UTC 2007


Author: daniel
Date: 2007-06-11 21:52:47 +0000 (Mon, 11 Jun 2007)
New Revision: 2039

Modified:
   dists/trunk/live-helper/helpers/lh_binary_iso
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_iso
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_iso	2007-06-11 10:57:30 UTC (rev 2038)
+++ dists/trunk/live-helper/helpers/lh_binary_iso	2007-06-11 21:52:47 UTC (rev 2039)
@@ -88,6 +88,11 @@
 	GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -V \"${LIVE_ISO_VOLUME}\""
 fi
 
+if [ "${LIVE_CHROOT_FILESYSTEM}" = "plain" ]
+then
+	GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -r"
+fi
+
 # Moving image
 mv binary chroot
 
@@ -123,7 +128,7 @@
 fi
 
 cat >> chroot/binary.sh << EOF
-${LH_GENISOIMAGE} ${GENISOIMAGE_OPTIONS} -o binary.iso -r -J -l -cache-inodes binary
+${LH_GENISOIMAGE} ${GENISOIMAGE_OPTIONS} -o binary.iso -J -l -cache-inodes binary
 EOF
 
 Chroot "sh binary.sh"




More information about the Debian-live-changes mailing list