mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-24 01:01:38 +00:00
Collapse case statement into one for $ARCH+$SUBARCH since it only checks for armhf+omap4
This commit is contained in:
parent
bfde7e4938
commit
e0fda22c01
@ -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'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user