Updating kernel defaults for squeeze (removing squashfs, not required anymore).

This commit is contained in:
Daniel Baumann 2009-09-02 16:10:05 +02:00
parent 363ab9359c
commit e9c580b6ae
1 changed files with 1 additions and 1 deletions
functions

View File

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