Fix detect-swap
This commit is contained in:
parent
6abd103395
commit
9204d11a7f
|
@ -5,6 +5,8 @@ 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
|
||||||
|
|
||||||
|
systemctl enable detect-swap.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
|
||||||
|
|
Loading…
Reference in New Issue