mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Import patches-unapplied version 2.371 to ubuntu/xenial-proposed
Imported using git-ubuntu import. Changelog parent: 94300585a3aa8fc6616a610d58528f5ec9db6965 New changelog entries: * Remove unneeded packages from the root.tar.{gz,xz} cloud image targets (LP: #1534764).
This commit is contained in:
parent
94300585a3
commit
601e67d484
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.371) xenial; urgency=medium
|
||||
|
||||
* Remove unneeded packages from the root.tar.{gz,xz} cloud image targets
|
||||
(LP: #1534764).
|
||||
|
||||
-- utlemming Howard <utlemming.howard@ubuntu.com> Tue, 19 Jan 2016 12:48:32 +0000
|
||||
|
||||
livecd-rootfs (2.370) xenial; urgency=medium
|
||||
|
||||
* Produce OVA files for i386 cloud builds.
|
||||
|
@ -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
|
||||
|
@ -11,8 +11,5 @@ fi
|
||||
# Export the common functions to the extras
|
||||
. /build/config/functions
|
||||
|
||||
# Execute extra binary hooks
|
||||
for recipe in $(find ${extra_d} -type f -executable -maxdepth 1);
|
||||
do
|
||||
bash -xue ${recipe}
|
||||
done
|
||||
# Cleaner execution
|
||||
/bin/run-parts ${extra_d}
|
||||
|
Loading…
x
Reference in New Issue
Block a user