diff options
-rwxr-xr-x | functions/defaults.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 88a90137e..c21c96d27 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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}" ] |