From e324499cf89b59e8ca8781a76e6785e3cec11222 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Tue, 19 Aug 2025 13:29:49 +0100 Subject: [PATCH] stage2: disabling these services doesn't do anything on Trixie --- stage2/01-sys-tweaks/01-run.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index 8b8af25..ebb5d23 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -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