Switching to apt as tasksel for all distributions, except Debian squeeze.
This commit is contained in:
parent
454043122d
commit
57e2fac99b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue