stage2: disabling these services doesn't do anything on Trixie

This commit is contained in:
Serge Schneider
2025-08-19 13:29:49 +01:00
parent 131a3757ad
commit e324499cf8

View File

@@ -13,8 +13,6 @@ s/^#?[[:blank:]]*PasswordAuthentication[[:blank:]]*yes[[:blank:]]*$/PasswordAuth
fi
on_chroot << EOF
systemctl disable hwclock.sh
systemctl disable rpcbind
if [ "${ENABLE_SSH}" == "1" ]; then
systemctl enable ssh
else