3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-04-21 16:11:24 +00:00

Add the minimal task to ubuntu-core to preserve brand consistency.

This commit is contained in:
Adam Conrad 2014-01-10 11:54:24 -07:00
parent 1491503c7d
commit 2fa8a6f24e
2 changed files with 7 additions and 0 deletions
debian
live-build/auto

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.202) trusty; urgency=medium
* Add the minimal task to ubuntu-core to preserve brand consistency.
-- Adam Conrad <adconrad@ubuntu.com> Fri, 10 Jan 2014 11:46:36 -0700
livecd-rootfs (2.201) trusty; urgency=low
* add support for copying goldfish android images out of the android package

@ -292,6 +292,7 @@ case $PROJECT in
;;
ubuntu-core)
add_task install minimal
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
;;