Updating apt indices defaults for progress.

This commit is contained in:
Daniel Baumann 2011-01-07 22:14:16 +01:00
parent 6d87f0dde3
commit 7ce2164003
1 changed files with 14 additions and 6 deletions

View File

@ -723,12 +723,20 @@ Set_defaults ()
esac
# Setting apt indices
if echo ${LB_PACKAGE_LISTS} | grep -qs -E "(stripped|minimal)\b"
then
LB_APT_INDICES="${LB_APT_INDICES:-none}"
else
LB_APT_INDICES="${LB_APT_INDICES:-true}"
fi
case "${LB_MODE}" in
progress)
LB_APT_INDICES="${LB_APT_INDICES:-none}"
;;
*)
if echo ${LB_PACKAGE_LISTS} | grep -qs -E "(stripped|minimal)\b"
then
LB_APT_INDICES="${LB_APT_INDICES:-none}"
else
LB_APT_INDICES="${LB_APT_INDICES:-true}"
fi
;;
esac
# Setting bootloader
if [ -z "${LB_BOOTLOADER}" ]