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 <ben.howard@ubuntu.com>  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