Install loop-aes-utils if we are using encryption.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
e090ac8ad5
commit
8f0b9e3746
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue