Adding lzma modules on sid.

This commit is contained in:
Daniel Baumann 2008-02-29 11:48:42 +01:00
parent 88ecda55c3
commit b29652a480
1 changed files with 5 additions and 0 deletions

View File

@ -418,6 +418,11 @@ Set_defaults ()
if [ "${LH_CHROOT_FILESYSTEM}" = "squashfs" ]
then
LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} squashfs-modules-2.6"
if [ "${LH_DISTRIBUTION}" = "sid" ]
then
LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} lzma-modules-2.6"
fi
fi
if [ -n "${LH_ENCRYPTION}" ]