Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 19 10:38:45 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- 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 <kanderssen@suse.com>

Expand Down
1 change: 1 addition & 0 deletions live/src/agama-installer.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
<package name="jq"/>
<package name="yast2-schema"/>
<package name="qrencode"/>
<package name="qemu-guest-agent" />
<archive name="root.tar.xz"/>
</packages>
<!-- additional packages for the Leap distributions -->
Expand Down
1 change: 1 addition & 0 deletions live/src/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down