[Fedora-spins] [spin-kickstarts] Add qemu-guest-agent. Fixes bug 886705

Kevin Fenzi kevin at fedoraproject.org
Wed Jan 16 19:41:19 UTC 2013


commit 32f754bc8cdfba09680d668c3b637428785e4784
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Wed Jan 16 12:31:32 2013 -0700

    Add qemu-guest-agent. Fixes bug 886705

 fedora-live-base.ks |    3 +++
 fedora-live-mini.ks |    3 +++
 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


More information about the spins mailing list