mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-09 01:41:31 +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
|
# in VMWare guest images, and we know none of the minimized images
|
||||||
# are targeted at VMWare.
|
# are targeted at VMWare.
|
||||||
_xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \
|
_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
|
# FIXME: iso-codes is a dep of software-properties and shouldn't be
|
||||||
_xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \
|
_xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get -y autoremove --purge iso-codes xauth pastebinit \
|
apt-get -y autoremove --purge iso-codes xauth pastebinit \
|
||||||
plymouth open-vm-tools git shared-mime-info vim console-setup \
|
plymouth open-vm-tools git shared-mime-info vim vim-common \
|
||||||
ncurses-term tmux screen
|
console-setup ncurses-term tmux screen
|
||||||
_xchroot "${rootd}" apt clean
|
_xchroot "${rootd}" apt clean
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user