[Debian-live-changes] r1366 - in dists/trunk/live-helper: docs helpers

Daniel Baumann daniel at alioth.debian.org
Mon May 7 16:47:08 UTC 2007


Author: daniel
Date: 2007-05-07 16:47:05 +0000 (Mon, 07 May 2007)
New Revision: 1366

Modified:
   dists/trunk/live-helper/docs/ChangeLog
   dists/trunk/live-helper/helpers/lh_binary_rootfs
Log:


Modified: dists/trunk/live-helper/docs/ChangeLog
===================================================================
--- dists/trunk/live-helper/docs/ChangeLog	2007-05-07 16:01:28 UTC (rev 1365)
+++ dists/trunk/live-helper/docs/ChangeLog	2007-05-07 16:47:05 UTC (rev 1366)
@@ -2,6 +2,8 @@
 
 	* examples/snapshot-build.sh, live-snapshot.sources.list:
 	  - Added.
+	* helpers/lh_binary_rootfs:
+	  - Fixed wrong order of squashfs options.
 
 2007-05-06  Daniel Baumann  <daniel at debian.org>
 

Modified: dists/trunk/live-helper/helpers/lh_binary_rootfs
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-05-07 16:01:28 UTC (rev 1365)
+++ dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-05-07 16:47:05 UTC (rev 1366)
@@ -125,9 +125,9 @@
 		# Create image
 		if [ "${LIVE_PACKAGES_LISTS}" != "minimal" ] && [ "${LIVE_PACKAGES_LISTS}" != "mini" ]
 		then
-			Chroot "mksquashfs ${MKSQUASHFS_OPTIONS} chroot filesystem.squashfs"
+			Chroot "mksquashfs chroot filesystem.squashfs ${MKSQUASHFS_OPTIONS}"
 		else
-			Chroot "mksquashfs ${MKSQUASHFS_OPTIONS} chroot filesystem.squashfs -e chroot/boot/vmlinuz* chroot/boot/initrd.img* chroot/vmlinuz* chroot/initrd.img* chroot/boot/config-* chroot/boot/System.map-*"
+			Chroot "mksquashfs chroot filesystem.squashfs ${MKSQUASHFS_OPTIONS} -e chroot/boot/vmlinuz* chroot/boot/initrd.img* chroot/vmlinuz* chroot/initrd.img* chroot/boot/config-* chroot/boot/System.map-*"
 		fi
 
 		# Move image




More information about the Debian-live-changes mailing list