Install loop-aes-utils if we are using encryption.
This commit is contained in:
parent
a12a4b71fb
commit
e86a27449a
functions
|
@ -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