From 1c4830c166ee79f8d5be4bd8759c11481468c3d8 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Feb 17 2021 20:15:44 +0000 Subject: Drop a gsetting command that didn't actually do anything Same as the previous commit, it only changed the value as root and didn't actually affect the liveuser. --- diff --git a/fedora-live-base.ks b/fedora-live-base.ks index e50ed3a..5117419 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -187,9 +187,6 @@ systemctl --no-reload disable mdmonitor-takeover.service 2> /dev/null || : 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.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 systemctl --no-reload disable crond.service 2> /dev/null || :