From 32f754bc8cdfba09680d668c3b637428785e4784 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 16 Jan 2013 12:31:32 -0700 Subject: [PATCH] Add qemu-guest-agent. Fixes bug 886705 --- fedora-live-base.ks | 3 +++ fedora-live-mini.ks | 3 +++ 2 files changed, 6 insertions(+) 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