More packages to remove when minimizing

This commit is contained in:
Steve Langasek 2017-10-13 17:25:50 -04:00
parent 3a092539ca
commit dc875735b8

View File

@ -149,7 +149,8 @@ if [ "${SUBPROJECT:-}" = minimized ]; then
# FIXME: iso-codes is a dep of software-properties and shouldn't be
_xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \
apt-get -y autoremove --purge iso-codes xauth pastebinit \
plymouth open-vm-tools git
plymouth open-vm-tools git shared-mime-info vim console-setup \
ncurses-term tmux screen
fi
#### END COMMON ARCH FUNCTIONS