Stop adding LIVE_TASK for PREINSTALLED

ubuntu/precise 2.46
Adam Conrad 13 years ago
parent eaf9412d2b
commit 91ed063783

5
debian/changelog vendored

@ -1,8 +1,9 @@
livecd-rootfs (2.46) UNRELEASED; urgency=low
livecd-rootfs (2.46) precise; urgency=low
* Guard legacy cloop code in a [ -f ], so it stops failing.
* Don't add the LIVE_TASK for any PREINSTALLED images.
-- Adam Conrad <adconrad@ubuntu.com> Mon, 05 Dec 2011 15:12:36 -0700
-- Adam Conrad <adconrad@ubuntu.com> Mon, 09 Jan 2012 03:23:26 -0700
livecd-rootfs (2.45) precise; urgency=low

@ -187,13 +187,9 @@ case $PROJECT in
;;
esac
case $SUBPROJECT in
wubi)
;;
*)
add_task live "$LIVE_TASK"
;;
esac
if [ "$PREINSTALLED" = "true" ]; then
add_task live "$LIVE_TASK"
fi
case $PROJECT in
ubuntu-dvd)

Loading…
Cancel
Save