mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-12 11:04:22 +00:00
Disable GNOME 40 welcome tour in Live CD
This commit is contained in:
parent
00e4470020
commit
3dadef5a21
@ -190,6 +190,9 @@ 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' || :
|
||||
|
||||
# disable welcome tour by passing a huge version number
|
||||
gsettings set org.gnome.shell welcome-dialog-last-shown-version '4294967295' || :
|
||||
|
||||
# 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 || :
|
||||
|
Loading…
Reference in New Issue
Block a user