livecd-rootfs/live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot
Steve Langasek 72b1fda00f 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.
2015-04-22 16:03:37 -07:00

12 lines
246 B
Bash

#!/bin/sh
set -e
# we want a really minimal image
apt-get purge -y locales
# this will also get rid of libqt5 - this can be removed once
# system-image-cli in vivid does no longer depend on
# ubuntu-download-manager
apt-get purge -y libicu52