forked from srbala/fedora-kickstarts
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.
This commit is contained in:
parent
8141a790b5
commit
94408125e7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user