From f4300791a23ed961e37f4a75ffb15a360609a296 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 15 Mar 2022 08:27:23 -0700 Subject: [PATCH] Disable updates harder in Workstation and Robotics (#2064077) Just setting `download-updates=false` seems not to be enough any more, we get update notifications in live images currently. This should fix that and also disable the Updates pane on GNOME Software in the live environment, which is a nice improvement. https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1683#note_1408750 Signed-off-by: Adam Williamson --- fedora-live-robotics.ks | 1 + fedora-live-workstation.ks | 1 + 2 files changed, 2 insertions(+) diff --git a/fedora-live-robotics.ks b/fedora-live-robotics.ks index ffd824a..85b2280 100644 --- a/fedora-live-robotics.ks +++ b/fedora-live-robotics.ks @@ -107,6 +107,7 @@ FOE # disable updates plugin cat >> /usr/share/glib-2.0/schemas/org.gnome.software.gschema.override << FOE [org.gnome.software] +allow-updates=false download-updates=false FOE diff --git a/fedora-live-workstation.ks b/fedora-live-workstation.ks index 3ac537c..ceed277 100644 --- a/fedora-live-workstation.ks +++ b/fedora-live-workstation.ks @@ -20,6 +20,7 @@ cat >> /etc/rc.d/init.d/livesys << EOF # disable gnome-software automatically downloading updates cat >> /usr/share/glib-2.0/schemas/org.gnome.software.gschema.override << FOE [org.gnome.software] +allow-updates=false download-updates=false FOE