* live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary:

- cleanup further after moving the kernel out of the rootfs
    (LP: #1468469)
This commit is contained in:
Michael Vogt 2015-08-26 13:12:20 +02:00
parent ecb61130ae
commit c2407a6679
2 changed files with 13 additions and 0 deletions

8
debian/changelog vendored
View File

@ -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 <michael.vogt@ubuntu.com> Wed, 26 Aug 2015 13:11:48 +0200
livecd-rootfs (2.339) wily; urgency=medium
* revert the apparmor-super-noise change, issue is found

View File

@ -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
)