From a5fff6e72de6b59c4f6badb9273ae5c89e3f26d6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 28 Mar 2008 11:18:25 +0100 Subject: [PATCH] Also including lzma modules on lenny temporarily. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index 4023fa619..d0992f80e 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -424,7 +424,7 @@ Set_defaults () then LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} squashfs-modules-2.6" - if [ "${LH_DISTRIBUTION}" = "sid" ] + if [ "${LH_DISTRIBUTION}" != "etch" ] then LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} lzma-modules-2.6" fi