mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-07 23:00:30 +08:00
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:
@@ -193,7 +193,7 @@ systemctl stop mdmonitor.service 2> /dev/null || :
|
||||
systemctl stop mdmonitor-takeover.service 2> /dev/null || :
|
||||
|
||||
# don't enable the gnome-settings-daemon packagekit plugin
|
||||
gsettings set org.gnome.settings-daemon.plugins.updates active 'false' || :
|
||||
gsettings set org.gnome.software download-updates 'false' || :
|
||||
|
||||
# don't start cron/at as they tend to spawn things which are
|
||||
# disk intensive that are painful on a live image
|
||||
|
||||
Reference in New Issue
Block a user