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

daniel at alioth.debian.org daniel at alioth.debian.org
Thu May 24 08:38:01 UTC 2007


Author: daniel
Date: 2007-05-24 08:38:01 +0000 (Thu, 24 May 2007)
New Revision: 1660

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


Modified: dists/trunk/live-helper/helpers/lh_source_iso
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_iso	2007-05-24 08:24:20 UTC (rev 1659)
+++ dists/trunk/live-helper/helpers/lh_source_iso	2007-05-24 08:38:01 UTC (rev 1660)
@@ -75,11 +75,15 @@
 		# Moving image
 		mv source chroot
 
-		# Create image
-		Chroot "${LH_GENISOIMAGE} ${GENISOIMAGE_OPTIONS} -A \"Debian Live\" -p \"Debian Live; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org\" -publisher \"Debian Live; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org\" -V \"${LIVE_ISO_VOLUME}\" -o source.iso -r -J -l -cache-inodes source"
+cat >> chroot/source.sh << EOF
+${LH_GENISOIMAGE} ${GENISOIMAGE_OPTIONS} -A "Debian Live" -p "Debian Live; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org" -publisher "Debian Live; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org" -V "${LIVE_ISO_VOLUME}" -o source.iso -r -J -l -cache-inodes source
+EOF
 
+		Chroot "sh source.sh"
+
 		# Move image
 		mv chroot/source chroot/source.iso ./
+		rm -f chroot/source.sh
 
 		# Removing depends
 		Remove_package




More information about the Debian-live-changes mailing list