|
|
@ -173,10 +173,8 @@ esac
|
|
|
|
case $PROJECT in
|
|
|
|
case $PROJECT in
|
|
|
|
ubuntu|ubuntu-dvd)
|
|
|
|
ubuntu|ubuntu-dvd)
|
|
|
|
add_task install minimal standard
|
|
|
|
add_task install minimal standard
|
|
|
|
case $ARCH in
|
|
|
|
case "$ARCH+$SUBARCH" in
|
|
|
|
armhf)
|
|
|
|
armhf+omap4)
|
|
|
|
case $SUBARCH in
|
|
|
|
|
|
|
|
omap4)
|
|
|
|
|
|
|
|
# Don't use the task as this drags in the regular X
|
|
|
|
# Don't use the task as this drags in the regular X
|
|
|
|
# stack (the metapackage doesn't). We want the
|
|
|
|
# stack (the metapackage doesn't). We want the
|
|
|
|
# "reverted" one.
|
|
|
|
# "reverted" one.
|
|
|
@ -189,11 +187,6 @@ case $PROJECT in
|
|
|
|
add_task install ubuntu-desktop
|
|
|
|
add_task install ubuntu-desktop
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|
;;
|
|
|
|
|
|
|
|
*)
|
|
|
|
|
|
|
|
add_task install ubuntu-desktop
|
|
|
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
LIVE_TASK='ubuntu-live'
|
|
|
|
LIVE_TASK='ubuntu-live'
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
|