Disable automatic apt update on live
This commit is contained in:
parent
a41c1d20b9
commit
a2938a3515
|
@ -4,3 +4,7 @@ set -eu
|
||||||
|
|
||||||
# Enable the live system configuration script at boot.
|
# Enable the live system configuration script at boot.
|
||||||
systemctl enable live-config.service
|
systemctl enable live-config.service
|
||||||
|
|
||||||
|
# Disable automatic apt update.
|
||||||
|
systemctl disable apt-daily.timer
|
||||||
|
systemctl disable apt-daily-upgrade.timer
|
||||||
|
|
Loading…
Reference in New Issue