[SCM] debian-live/live-helper branch, master, updated. 1.0_a38-1-7-gb29652a

Daniel Baumann daniel at debian.org
Fri Feb 29 11:05:40 UTC 2008


The following commit has been merged in the master branch:
commit b29652a4804e124ede8041ea7f1ad51dda186f9a
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Feb 29 11:48:42 2008 +0100

    Adding lzma modules on sid.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 88a9013..c21c96d 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -418,6 +418,11 @@ Set_defaults ()
 		if [ "${LH_CHROOT_FILESYSTEM}" = "squashfs" ]
 		then
 			LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} squashfs-modules-2.6"
+
+			if [ "${LH_DISTRIBUTION}" = "sid" ]
+			then
+				LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} lzma-modules-2.6"
+			fi
 		fi
 
 		if [ -n "${LH_ENCRYPTION}" ]

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list