diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-03 09:09:50 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-04-03 09:09:50 +0200 |
commit | c553c5bbe60f77257779d35e8d745bf2883b5bcc (patch) | |
tree | e78e66b3bed1bfeafb0123f7b8997debaa97d5f9 | |
parent | 01825caf3bdd46a03f897f29521e5c667fc05cec (diff) | |
download | vyos-live-build-c553c5bbe60f77257779d35e8d745bf2883b5bcc.tar.gz vyos-live-build-c553c5bbe60f77257779d35e8d745bf2883b5bcc.zip |
Removing temporary workaround of adding lzma-modules2.6 to linux packages, all fixed squashfs are now in sid and lenny.
-rwxr-xr-x | functions/defaults.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index d0992f80e..f10e7c93f 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -423,11 +423,6 @@ Set_defaults () if [ "${LH_CHROOT_FILESYSTEM}" = "squashfs" ] then LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} squashfs-modules-2.6" - - if [ "${LH_DISTRIBUTION}" != "etch" ] - then - LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} lzma-modules-2.6" - fi fi case "${LH_ENCRYPTION}" in |