From 94e51fa14cb78644e93e67e4e26e770b5513c67d Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 4 Jun 2021 10:20:41 +0000 Subject: [PATCH] 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 --- f34/main.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f34/main.cfg b/f34/main.cfg index e7ba2ac..656cb2f 100644 --- a/f34/main.cfg +++ b/f34/main.cfg @@ -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