Install loop-aes-utils if we are using encryption.

This commit is contained in:
Chris Lamb 2008-08-20 10:17:38 +01:00 committed by Daniel Baumann
parent a12a4b71fb
commit e86a27449a
1 changed files with 4 additions and 0 deletions
functions

View File

@ -437,6 +437,10 @@ Set_defaults ()
# Setting packages string
# LH_PACKAGES
if [ -z "${LH_PACKAGES}" ] && [ "${LH_ENCRYPTION}" != "disabled" ]
then
LH_PACKAGES="loop-aes-utils"
fi
# Setting packages list string
LH_PACKAGES_LISTS="${LH_PACKAGES_LISTS:-standard}"