[Debian-live-changes] r2047 - dists/trunk/live-helper/functions

daniel at alioth.debian.org daniel at alioth.debian.org
Tue Jun 12 14:59:33 UTC 2007


Author: daniel
Date: 2007-06-12 14:59:33 +0000 (Tue, 12 Jun 2007)
New Revision: 2047

Modified:
   dists/trunk/live-helper/functions/defaults.sh
Log:


Modified: dists/trunk/live-helper/functions/defaults.sh
===================================================================
--- dists/trunk/live-helper/functions/defaults.sh	2007-06-12 14:55:52 UTC (rev 2046)
+++ dists/trunk/live-helper/functions/defaults.sh	2007-06-12 14:59:33 UTC (rev 2047)
@@ -411,7 +411,12 @@
 	then
 		case "${LH_MODE}" in
 			debian)
-				LIVE_LINUX_PACKAGES="linux-image-2.6 squashfs-modules-2.6 unionfs-modules-2.6"
+				LIVE_LINUX_PACKAGES="linux-image-2.6 unionfs-modules-2.6"
+
+				if [ "${LIVE_CHROOT_FILESYSTEM}" = "squashfs" ]
+				then
+					LIVE_LINUX_PACKAGES="${LIVE_LINUX_PACKAGES} squashfs-modules-2.6"
+				fi
 				;;
 
 			ubuntu)




More information about the Debian-live-changes mailing list