From 3371bafe21afe9ba81dbd5d0fd9672440c5a0b89 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Fri, 10 Jan 2014 11:46:36 -0700 Subject: [PATCH] Import patches-unapplied version 2.202 to ubuntu/trusty-proposed Imported using git-ubuntu import. Changelog parent: 7e480206fae766828d44cfc162f12c7fff848b3f New changelog entries: * Add the minimal task to ubuntu-core to preserve brand consistency. --- debian/changelog | 6 ++++++ live-build/auto/config | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index b33427af..5f8c9fe5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.202) trusty; urgency=medium + + * Add the minimal task to ubuntu-core to preserve brand consistency. + + -- Adam Conrad 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 diff --git a/live-build/auto/config b/live-build/auto/config index 14feffad..cc825d03 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -292,6 +292,7 @@ case $PROJECT in ;; ubuntu-core) + add_task install minimal OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal" ;;