[SCM] Debian Live build scripts branch, master, updated. 1.0.3-1-24-g37f72aa

Daniel Baumann daniel at debian.org
Sun Feb 8 11:59:25 UTC 2009


The following commit has been merged in the master branch:
commit 37f72aace0ba16647ebc39bf11326c30a72a59d8
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Feb 8 12:58:11 2009 +0100

    Correcting bootstrap default logic to not overwrite the 'copy' method.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 94d074c..f686b73 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -85,7 +85,7 @@ Set_defaults ()
 	LH_APT_SECURE="${LH_APT_SECURE:-enabled}"
 
 	# Setting bootstrap program
-	if [ -z "${LH_BOOTSTRAP}" ] || [ ! -x "${LH_BOOTSTRAP}" ]
+	if [ -z "${LH_BOOTSTRAP}" ] || [ ! -x "${LH_BOOTSTRAP}" ] || [ "${LH_BOOTSTRAP}" != "copy" ]
 	then
 		if [ -x "/usr/sbin/debootstrap" ]
 		then

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list