summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fedora-live-base.ks3
-rw-r--r--fedora-live-mini.ks3
2 files changed, 6 insertions, 0 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 0071987..ecbc9b5 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -49,6 +49,9 @@ anaconda
# fpaste is very useful for debugging and very small
fpaste
+# Make live images easy to shutdown and the like in libvirt
+qemu-guest-agent
+
%end
%post
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 4aeafc5..90a50b6 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -93,6 +93,9 @@ avahi
# Remove sendmail: this needs to be explicit
-sendmail
+# Make live images easy to shutdown and the like in libvirt
+qemu-guest-agent
+
%end
%post