mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 05:07:09 +00:00
Imported using git-ubuntu import. Changelog parent: 7774d33c9b1ec87ec2a86daf500500dffc2bb8b8 New changelog entries: * 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.
12 lines
246 B
Bash
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
|