From 3ceb68b7d4eb5b28269c0780a808c3725c5f5668 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 24 Aug 2011 20:34:01 +0200 Subject: Introducing --apt-sources option to control if the live system should have deb-src entries in sources.list. --- functions/defaults.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 3fc895f44..c87237ae7 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -100,6 +100,9 @@ Set_defaults () # Setting apt secure LB_APT_SECURE="${LB_APT_SECURE:-true}" + # Setting apt source + LB_APT_SOURCE="${LB_APT_SOURCE:-true}" + # Setting bootstrap program if [ -z "${LB_BOOTSTRAP}" ] || ( [ ! -x "$(which ${LB_BOOTSTRAP} 2>/dev/null)" ] && [ "${LB_BOOTSTRAP}" != "copy" ] ) then -- cgit v1.2.3