Disable automatic apt update on live

This commit is contained in:
Jan Schär 2024-05-11 15:18:01 +02:00
parent a41c1d20b9
commit a2938a3515
1 changed files with 4 additions and 0 deletions

View File

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