mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-27 01:23:08 +00:00
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
|
lock-enabled=false
|
||||||
FOE
|
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
|
# make the installer show up
|
||||||
if [ -f /usr/share/applications/liveinst.desktop ]; then
|
if [ -f /usr/share/applications/liveinst.desktop ]; then
|
||||||
# Show harddisk install in shell dash
|
# Show harddisk install in shell dash
|
||||||
|
Loading…
Reference in New Issue
Block a user