diff options
author | Daniel Baumann <daniel@debian.org> | 2008-03-28 11:18:25 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:31 +0100 |
commit | 98b7e55ecb67949a985db6e37266127eecb96ca8 (patch) | |
tree | 3f87d99cedc62817dcc3f0c0d1f2df4b2b2e2fd0 /functions | |
parent | d54990695f334d205fa846c42b6e0f2afd3c47f5 (diff) | |
download | vyos-live-build-98b7e55ecb67949a985db6e37266127eecb96ca8.tar.gz vyos-live-build-98b7e55ecb67949a985db6e37266127eecb96ca8.zip |
Also including lzma modules on lenny temporarily.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |