Remove unneeded packages from the root.tar.{gz,xz} cloud image targets

(LP: #1534765).
This commit is contained in:
Ben Howard 2016-01-17 01:06:56 +01:00
parent 4f9f5a9aef
commit fdd9a3e716
2 changed files with 8 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.371) xenial; urgency=medium
* Remove unneeded packages from the root.tar.{gz,xz} cloud image targets
(LP: #1534765).
-- utlemming Howard <utlemming.howard@ubuntu.com> Sun, 17 Jan 2016 01:04:09 +0100
livecd-rootfs (2.370) xenial; urgency=medium
* Produce OVA files for i386 cloud builds.

View File

@ -15,6 +15,7 @@ chroot binary/boot/filesystem.dir chmod +x /usr/sbin/grub-probe
env DEBIAN_FRONTEND=noninteractive chroot binary/boot/filesystem.dir apt-get --purge remove --assume-yes '^linux-.*'
env DEBIAN_FRONTEND=noninteractive chroot binary/boot/filesystem.dir apt-get --purge remove --assume-yes '^grub-.*'
env DEBIAN_FRONTEND=noninteractive chroot binary/boot/filesystem.dir apt-get autoremove --purge --assume-yes
chroot binary/boot/filesystem.dir rm /usr/sbin/grub-probe
chroot binary/boot/filesystem.dir dpkg-divert --remove --local --rename /usr/sbin/grub-probe