live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: revert

removal of python from the rootfs temporarily, since we've manually
re-added it to the seed in order to make walinuxagent work again on the
azure image.
ubuntu/yakkety
Steve Langasek 10 years ago
parent 34e34e46c5
commit 72b1fda00f

9
debian/changelog vendored

@ -1,3 +1,12 @@
livecd-rootfs (2.300) UNRELEASED; urgency=medium
* live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: revert
removal of python from the rootfs temporarily, since we've manually
re-added it to the seed in order to make walinuxagent work again on the
azure image.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 22 Apr 2015 23:01:02 +0000
livecd-rootfs (2.299) vivid; urgency=medium livecd-rootfs (2.299) vivid; urgency=medium
* Fix snappy motd to not reference 'development', which isn't always true. * Fix snappy motd to not reference 'development', which isn't always true.

@ -9,6 +9,3 @@ apt-get purge -y locales
# system-image-cli in vivid does no longer depend on # system-image-cli in vivid does no longer depend on
# ubuntu-download-manager # ubuntu-download-manager
apt-get purge -y libicu52 apt-get purge -y libicu52
# no more py2, yay
apt-get purge -y python python-minimal libpython-stdlib python2.* libpython2.*

Loading…
Cancel
Save