[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-39-ga1e1499

Daniel Baumann daniel at debian.org
Thu Apr 16 17:03:21 UTC 2009


The following commit has been merged in the master branch:
commit a1e1499f60833ea75b4fc8b44f8710e10c9ed380
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Apr 16 19:00:05 2009 +0200

    Not adding squashfs-modules to linux-packages on sid anymore, there it's mainlined.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 06e1478..680e57c 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -571,7 +571,11 @@ Set_defaults ()
 
 				if [ "${LH_CHROOT_FILESYSTEM}" = "squashfs" ]
 				then
-					LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} squashfs-modules-2.6"
+					case "${LH_DISTRIBUTION}" in
+						etch|lenny|squeeze)
+							LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} squashfs-modules-2.6"
+							;;
+					esac
 				fi
 
 				case "${LH_ENCRYPTION}" in

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list