From 9f56606604ded2244211db1912a478fb75bf0608 Mon Sep 17 00:00:00 2001 From: Christopher Glass Date: Tue, 14 Nov 2017 08:45:03 +0100 Subject: [PATCH] * Remove apt, debconf, dpkg cruft files from /var/cache and /var/lib in all our livefses. * Pass --cache false to lb config; otherwise we copy around caches of .debs that are never used properly, and which prevent us from emptying /var/cache/apt in images. * When building minimized cloud images, remove various packages that we don't want installed by default. Some are tools that aren't needed for non-interactive use; some are libraries whose reverse-dependencies will have already been removed; and one, open-vm-tools, should only be included in images that are targeted to VMWare (which is not the case for any of the current minimal images), rather than being included directly in the cloud-image seed. (expanded changelog) --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index b62f3d4b..db0243b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,18 @@ livecd-rootfs (2.408.24) UNRELEASED; urgency=medium * Backport "minimized round 2" changes from trunk to Xenial (LP: #1731492) + * Remove apt, debconf, dpkg cruft files from /var/cache and /var/lib in + all our livefses. + * Pass --cache false to lb config; otherwise we copy around caches of + .debs that are never used properly, and which prevent us from emptying + /var/cache/apt in images. + * When building minimized cloud images, remove various packages that we + don't want installed by default. Some are tools that aren't needed for + non-interactive use; some are libraries whose reverse-dependencies + will have already been removed; and one, open-vm-tools, should only be + included in images that are targeted to VMWare (which is not the case + for any of the current minimal images), rather than being included + directly in the cloud-image seed. -- Christopher Glass (Ubuntu) Fri, 10 Nov 2017 18:39:52 +0100