From c2407a66796ab21464e54039f712443b67a39bff Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 26 Aug 2015 13:12:20 +0200 Subject: [PATCH] * live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary: - cleanup further after moving the kernel out of the rootfs (LP: #1468469) --- debian/changelog | 8 ++++++++ .../hooks/500-move-kernel-to-device-tar.binary | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 13390670..e1fba260 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.340) UNRELEASED; urgency=medium + + * live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary: + - cleanup further after moving the kernel out of the rootfs + (LP: #1468469) + + -- Michael Vogt Wed, 26 Aug 2015 13:11:48 +0200 + livecd-rootfs (2.339) wily; urgency=medium * revert the apparmor-super-noise change, issue is found diff --git a/live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary b/live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary index 78a09110..a94f0cf1 100644 --- a/live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary +++ b/live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary @@ -82,4 +82,9 @@ rm -rf $TMPDIR rm -f vmlinu? rm -rf lib/modules rm -rf lib/firmware + # lp: #1468469 + rm -rf boot/config-* + rm -rf usr/share/doc/linux-image* + rm -rf var/lib/initramfs-tools/* + rm -rf lib/modprobe.d/blacklist_linux_*.conf )