From c699485f27c21f9e8c88ace5a1bb77308e24ed4a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 27 Aug 2014 01:04:06 +0200 Subject: Enabling squeeze-lts repository. --- functions/defaults.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 6f8c26faf..e317a2cc9 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -800,6 +800,16 @@ Set_defaults () LB_SECURITY="${LB_SECURITY:-true}" + case "${LB_DISTRIBUTION}" in + squeeze) + LB_LTS="${LB_LTS:-true}" + ;; + + *) + LB_LTS="${LB_LTS:-false}" + ;; + esac + # Setting volatile updates option if [ "${LB_MIRROR_CHROOT_VOLATILE}" = "none" ] || [ "${LB_MIRROR_BINARY_VOLATILE}" = "none" ] then -- cgit v1.2.3