Disable automatic apt update on live
This commit is contained in:
parent
a41c1d20b9
commit
a2938a3515
1 changed files with 4 additions and 0 deletions
|
|
@ -4,3 +4,7 @@ set -eu
|
|||
|
||||
# Enable the live system configuration script at boot.
|
||||
systemctl enable live-config.service
|
||||
|
||||
# Disable automatic apt update.
|
||||
systemctl disable apt-daily.timer
|
||||
systemctl disable apt-daily-upgrade.timer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue