diff --git a/live/src/agama-installer.changes b/live/src/agama-installer.changes index d7cea96900..c63687d0c0 100644 --- a/live/src/agama-installer.changes +++ b/live/src/agama-installer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 19 10:38:45 UTC 2025 - Imobach Gonzalez Sosa + +- Add the QEMU guest agent (gh#agama-project/agama#1816, + gh#agama-project/agama#2025). + ------------------------------------------------------------------- Wed Feb 19 08:49:24 UTC 2025 - Knut Anderssen diff --git a/live/src/agama-installer.kiwi b/live/src/agama-installer.kiwi index e2045e41b6..9111d2e60c 100644 --- a/live/src/agama-installer.kiwi +++ b/live/src/agama-installer.kiwi @@ -165,6 +165,7 @@ + diff --git a/live/src/config.sh b/live/src/config.sh index 9fdf7efe56..6204477498 100644 --- a/live/src/config.sh +++ b/live/src/config.sh @@ -58,6 +58,7 @@ systemctl enable live-password-random.service systemctl enable live-password-systemd.service systemctl enable live-root-shell.service systemctl enable checkmedia.service +systemctl enable qemu-guest-agent.service systemctl enable setup-systemd-proxy-env.path systemctl enable x11-autologin.service systemctl enable spice-vdagentd.service