Disable autostart of Gnome Software on live
This commit is contained in:
parent
d98a45a70b
commit
a60638d63b
|
@ -8,3 +8,6 @@ systemctl enable live-config.service
|
||||||
# Disable automatic apt update.
|
# Disable automatic apt update.
|
||||||
systemctl disable apt-daily.timer
|
systemctl disable apt-daily.timer
|
||||||
systemctl disable apt-daily-upgrade.timer
|
systemctl disable apt-daily-upgrade.timer
|
||||||
|
|
||||||
|
# Disable autostart of Gnome Software background process.
|
||||||
|
rm /etc/xdg/autostart/org.gnome.Software.desktop
|
||||||
|
|
Loading…
Reference in New Issue