vmguest: factor out use/vmguest/vmware

It's actually sisyphus jeos image that needed this:
open-vm-tools got installed and then removed just
before the final reboot (unlike p8 jeos); not clear
what exactly caused this as subsequent installation
only pulled in libdnet and libicu56, neither of which
were excplicitly removed during cleanup.

Let's make the image a bit leaner until someone asks
for VMware support there.
This commit is contained in:
Michael Shigorin 2018-06-12 23:13:43 +03:00
parent 3897e5505d
commit 1a7f74677b

View File

@ -11,7 +11,8 @@ use/vmguest/kvm: use/vmguest
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
use/vmguest/base: use/vmguest/vbox use/vmguest/vmware use/vmguest/kvm; @:
use/vmguest/bare: use/vmguest/vbox use/vmguest/kvm; @:
use/vmguest/base: use/vmguest/bare use/vmguest/vmware; @:
use/vmguest/complete: use/vmguest/base \
use/vmguest/vbox/x11 use/vmguest/vmware/x11 use/vmguest/kvm/x11; @: