Fix detect-swap

This commit is contained in:
Jan Schär 2025-03-07 22:33:33 +01:00
parent 6abd103395
commit 9204d11a7f
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ set -eu
# Enable the live system configuration script at boot.
systemctl enable live-config.service
systemctl enable detect-swap.service
# Disable automatic apt update.
systemctl disable apt-daily.timer
systemctl disable apt-daily-upgrade.timer

View File