|
|
@ -1,5 +1,7 @@
|
|
|
|
##
|
|
|
|
##
|
|
|
|
## Install packages required for virtualization support
|
|
|
|
## Install packages required for virtualization support.
|
|
|
|
|
|
|
|
## Note that xserver-xorg-video-all needs to be explicitly stated, otherwise
|
|
|
|
|
|
|
|
## we only get the vmware video driver (pulled in by open-vm-tools-desktop).
|
|
|
|
##
|
|
|
|
##
|
|
|
|
#if ARCHITECTURES amd64 i386
|
|
|
|
#if ARCHITECTURES amd64 i386
|
|
|
|
open-vm-tools-desktop
|
|
|
|
open-vm-tools-desktop
|
|
|
@ -8,4 +10,4 @@ hyperv-daemons
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
qemu-guest-agent
|
|
|
|
qemu-guest-agent
|
|
|
|
spice-vdagent
|
|
|
|
spice-vdagent
|
|
|
|
xserver-xorg-video-qxl
|
|
|
|
xserver-xorg-video-all
|
|
|
|