Disable GNOME 40 welcome tour in Live CD

This commit is contained in:
Bastien Nocera 2021-02-16 11:05:18 +01:00
parent 00e4470020
commit 3dadef5a21
1 changed files with 3 additions and 0 deletions

View File

@ -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 || :