[Fedora-spins] [spin-kickstarts] desktop: actually disable the updates plugin

Matthias Clasen mclasen at fedoraproject.org
Thu Mar 24 02:01:51 UTC 2011


commit 94408125e71bc90eb2f1d9d0d51b2d7b2bb1eead
Author: William Jon McCann <jmccann at redhat.com>
Date:   Wed Mar 23 20:37:47 2011 -0400

    desktop: actually disable the updates plugin
    
    We don't need updates to be installed on the live image.  The
    method used in the live base doesn't work.

 fedora-live-desktop.ks |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks
index dc94c14..8d14f65 100644
--- a/fedora-live-desktop.ks
+++ b/fedora-live-desktop.ks
@@ -27,6 +27,12 @@ cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.overrid
 lock-enabled=false
 FOE
 
+# disable updates plugin
+cat >> /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.override << FOE
+[org.gnome.settings-daemon.plugins.updates]
+active=false
+FOE
+
 # make the installer show up
 if [ -f /usr/share/applications/liveinst.desktop ]; then
   # Show harddisk install in shell dash


More information about the spins mailing list