3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-25 18:01:17 +00:00

Fix sense of live/preinstalled change in 2.46; add the live task for

non-preinstalled images, rather than only for preinstalled images.
This commit is contained in:
Colin Watson 2012-01-10 12:41:27 +00:00
parent 42fe59ceb5
commit ba06389da7
2 changed files with 8 additions and 1 deletions
debian
live-build/auto

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.48) UNRELEASED; urgency=low
* Fix sense of live/preinstalled change in 2.46; add the live task for
non-preinstalled images, rather than only for preinstalled images.
-- Colin Watson <cjwatson@ubuntu.com> Tue, 10 Jan 2012 12:40:23 +0000
livecd-rootfs (2.47) precise; urgency=low
* put ti-omap4-ppa into omap4 images

@ -187,7 +187,7 @@ case $PROJECT in
;;
esac
if [ "$PREINSTALLED" = "true" ]; then
if [ "$PREINSTALLED" != "true" ]; then
add_task live "$LIVE_TASK"
fi