Not adding squashfs-modules to linux-packages on sid anymore, there it's mainlined.

This commit is contained in:
Daniel Baumann 2009-04-16 19:00:05 +02:00
parent a486d3e1ad
commit 69d278fdb8
1 changed files with 5 additions and 1 deletions

View File

@ -571,7 +571,11 @@ Set_defaults ()
if [ "${LH_CHROOT_FILESYSTEM}" = "squashfs" ]
then
LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} squashfs-modules-2.6"
case "${LH_DISTRIBUTION}" in
etch|lenny|squeeze)
LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} squashfs-modules-2.6"
;;
esac
fi
case "${LH_ENCRYPTION}" in