install spice and qemu agents

Okay, let's install the spice and qemu agents, otherwise it will be harder to interact with the resulting VM
This commit is contained in:
lukas 2021-06-04 10:20:41 +00:00
parent f9e076a5dd
commit 94e51fa14c

View File

@ -150,7 +150,7 @@ dnf update -y
# systemctl set-default graphical.target
## We also need to install a qemu and spice guest agents, respectively to allow a better support for spice and the ability for the host to better interact with the guest
# dnf install -y spice-vdagent qemu-guest-agent
dnf install -y spice-vdagent qemu-guest-agent
# Install virtualization-related utilites, including virt-manager. Only useful for desktop system
# dnf groupinstall -y Virtualization