Commit 1a7f7467 authored by Michael Shigorin's avatar Michael Shigorin

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.
parent 3897e550
......@@ -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; @:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment