Not adding squashfs-modules to linux-packages on sid anymore, there it's mainlined.
This commit is contained in:
parent
a486d3e1ad
commit
69d278fdb8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue