mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 05:07:09 +00:00
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
|