mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-10 19:01:13 +00:00
remove vim a little harder
This commit is contained in:
parent
df94729c60
commit
c0bb8d760f
@ -145,12 +145,12 @@ if [ "${SUBPROJECT:-}" = minimized ]; then
|
||||
# in VMWare guest images, and we know none of the minimized images
|
||||
# are targeted at VMWare.
|
||||
_xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \
|
||||
apt-mark auto '^lib.*' '^python*' 2>/dev/null
|
||||
apt-mark auto '^lib.*' '^python*' vim-runtime 2>/dev/null
|
||||
# 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 shared-mime-info vim console-setup \
|
||||
ncurses-term tmux screen
|
||||
plymouth open-vm-tools git shared-mime-info vim vim-common \
|
||||
console-setup ncurses-term tmux screen
|
||||
_xchroot "${rootd}" apt clean
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user