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

- cleanup further after moving the kernel out of the rootfs
    (LP: #1468469)
ubuntu/yakkety
Michael Vogt 9 years ago
parent ecb61130ae
commit c2407a6679

8
debian/changelog vendored

@ -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 livecd-rootfs (2.339) wily; urgency=medium
* revert the apparmor-super-noise change, issue is found * revert the apparmor-super-noise change, issue is found

@ -82,4 +82,9 @@ rm -rf $TMPDIR
rm -f vmlinu? rm -f vmlinu?
rm -rf lib/modules rm -rf lib/modules
rm -rf lib/firmware 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
) )

Loading…
Cancel
Save