From dc875735b88ed72058ea8ebc25c3887039c5874b Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Fri, 13 Oct 2017 17:25:50 -0400 Subject: [PATCH] More packages to remove when minimizing --- live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot b/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot index aa8da7a2..39940d4a 100755 --- a/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot +++ b/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot @@ -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