From 6676de9fa922b0daecebbe30ce40bd9db256ec20 Mon Sep 17 00:00:00 2001 From: rblundon Date: Mon, 7 Jul 2025 20:05:02 -0500 Subject: [PATCH] added qemu guest agent to packages --- infra-config/04-vm-templates/fedora-42/http/ks.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/infra-config/04-vm-templates/fedora-42/http/ks.cfg b/infra-config/04-vm-templates/fedora-42/http/ks.cfg index 5ae1425..adf5d45 100644 --- a/infra-config/04-vm-templates/fedora-42/http/ks.cfg +++ b/infra-config/04-vm-templates/fedora-42/http/ks.cfg @@ -58,6 +58,7 @@ autopart --type=lvm reboot %packages --ignoremissing +qemu-guest-agent #Make sure that this package gets installed because if you use DHCP this is how Promxox and then Packer will know the IP address to connect to #@^Infrastructure Server %end