Disable gnome-software automatic updates downloading

The gnome-settings-daemon updates plugin is gone and update downloading
is handled by gnome-software instead. Adapt the live image schema
overrides for the changes.
This commit is contained in:
Kalev Lember
2014-06-03 13:25:11 +02:00
parent c42ccad987
commit f844fe2791
4 changed files with 10 additions and 10 deletions

View File

@@ -12,9 +12,9 @@ cat >> /etc/rc.d/init.d/livesys << EOF
# 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
cat >> /usr/share/glib-2.0/schemas/org.gnome.software.gschema.override << FOE
[org.gnome.software]
download-updates=false
FOE
# don't run gnome-initial-setup