diff options
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 10 |
1 files changed, 10 insertions, 0 deletions
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 |