[SCM] debian-live branch, master, updated. 1.0_a48-1-99-g57d7049

Daniel Baumann daniel at debian.org
Sat Aug 23 22:45:19 UTC 2008


The following commit has been merged in the master branch:
commit 57d70496c145a89ea713de55bebdc7174e34d193
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Wed Aug 20 10:17:38 2008 +0100

    Install loop-aes-utils if we are using encryption.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 3a3b423..9c4d2d3 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -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}"

-- 
debian-live



More information about the debian-live-changes mailing list