From a382f7e64a4106a418bd02b0705b5f986aeed895 Mon Sep 17 00:00:00 2001 From: Ben Howard Date: Thu, 17 Sep 2015 16:17:52 -0600 Subject: [PATCH] Drop 'landscape-client' from Cloud Images (LP: #1497030). --- debian/changelog | 6 ++++++ live-build/auto/config | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 78b42875..780aa33e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.344) wily; urgency=medium + + * Drop 'landscape-client' from Cloud Images (LP: #1497030). + + -- Ben Howard Thu, 17 Sep 2015 15:56:24 -0600 + livecd-rootfs (2.343) wily; urgency=medium [ Oliver Grawert ] diff --git a/live-build/auto/config b/live-build/auto/config index 3dbb0544..e35c7ba6 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -563,7 +563,7 @@ if [ "$PROJECT" = "ubuntu-cpc" ]; then OPTS="${OPTS:+$OPTS }--ext-resize-blocks=536870912 --ext-block-size=4096" OPTS="${OPTS:+$OPTS }--ext-fudge-factor=15" add_task install minimal standard cloud-image - add_package install landscape-client ubuntu-minimal + add_package install ubuntu-minimal fi add_chroot_hook update-apt-file-cache