Switching to apt as tasksel for all distributions, except Debian squeeze.

This commit is contained in:
Daniel Baumann 2011-05-16 22:08:22 +02:00
parent 454043122d
commit 57e2fac99b
1 changed files with 4 additions and 4 deletions

View File

@ -214,13 +214,13 @@ Set_defaults ()
fi
# Setting tasksel
case "${LB_MODE}" in
ubuntu)
LB_TASKSEL="${LB_TASKSEL:-apt}"
case "${LB_DISTRIBUTION}" in
squeeze)
LB_TASKSEL="${LB_TASKSEL:-tasksel}"
;;
*)
LB_TASKSEL="${LB_TASKSEL:-tasksel}"
LB_TASKSEL="${LB_TASKSEL:-apt}"
;;
esac