Adding lzma modules on sid.
This commit is contained in:
parent
88ecda55c3
commit
b29652a480
|
@ -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}" ]
|
||||
|
|
Loading…
Reference in New Issue