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