Merge branch 'install-virt-pkgs' into 'master'
Install packages for virtualization support in the live image See merge request kalilinux/build-scripts/live-build-config!15merge-requests/16/head
commit
f7ecc1411c
@ -0,0 +1,13 @@
|
|||||||
|
##
|
||||||
|
## 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
|
||||||
|
open-vm-tools-desktop
|
||||||
|
virtualbox-guest-x11
|
||||||
|
hyperv-daemons
|
||||||
|
#endif
|
||||||
|
qemu-guest-agent
|
||||||
|
spice-vdagent
|
||||||
|
xserver-xorg-video-all
|
Loading…
Reference in New Issue