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

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-08-20 10:17:38 +01:00
parent e090ac8ad5
commit 8f0b9e3746
1 changed files with 4 additions and 0 deletions

View File

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