From 32f754bc8cdfba09680d668c3b637428785e4784 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jan 16 2013 19:31:32 +0000 Subject: Add qemu-guest-agent. Fixes bug 886705 --- 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