[SCM] live-helper branch, master, updated. 1.0.5-2-43-ga36c676

Daniel Baumann daniel at debian.org
Tue Oct 27 21:29:25 UTC 2009


The following commit has been merged in the master branch:
commit a36c67604a87e99ae97a2b13ac964578b0124832
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Oct 27 22:28:11 2009 +0100

    Updating defaults of linux packages for sid (>= 2.6.31).

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 4708857..94ae066 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -592,7 +592,15 @@ Set_defaults ()
 	then
 		case "${LH_MODE}" in
 			debian|debian-release|embedian)
-				LH_LINUX_PACKAGES="linux-image-2.6 \${LH_UNION_FILESYSTEM}-modules-2.6"
+				case "${LH_DISTRIBUTION}" in
+					etch|lenny|squeeze)
+						LH_LINUX_PACKAGES="linux-image-2.6 \${LH_UNION_FILESYSTEM}-modules-2.6"
+						;;
+
+					*)
+						LH_LINUX_PACKAGES="linux-image-2.6"
+						;;
+				esac
 
 				if [ "${LH_CHROOT_FILESYSTEM}" = "squashfs" ]
 				then

-- 
live-helper



More information about the debian-live-changes mailing list