[SCM] debian-live branch, master, updated. 1.0_a47-1-19-g2505291

Chris Lamb chris at chris-lamb.co.uk
Sat Jun 14 16:42:42 UTC 2008


The following commit has been merged in the master branch:
commit cfd2990dc3b0fd36ae066577d4464772b7a9a5c6
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sat Jun 14 17:18:54 2008 +0100

    Allow LH_APT_SECURE to disable package cdebootstrap package authentication
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_bootstrap_cdebootstrap b/helpers/lh_bootstrap_cdebootstrap
index 0297dfc..2d04aed 100755
--- a/helpers/lh_bootstrap_cdebootstrap
+++ b/helpers/lh_bootstrap_cdebootstrap
@@ -119,6 +119,11 @@ then
 	CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --verbose"
 fi
 
+if [ "${LH_APT_SECURE}" = "disabled" ]
+then
+	CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --allow-unauthenticated"
+fi
+
 if [ -x "/usr/bin/cdebootstrap" ]
 then
 	if [ "${LH_CACHE_PACKAGES}" = "enabled" ]

-- 
debian-live



More information about the debian-live-changes mailing list