stage2: don't enable regenerate_ssh_host_keys. SSH generates the keys itself now.

This commit is contained in:
Serge Schneider
2025-08-19 13:06:21 +01:00
parent e324499cf8
commit e2893c11ab

View File

@@ -18,7 +18,6 @@ if [ "${ENABLE_SSH}" == "1" ]; then
else
systemctl disable ssh
fi
systemctl enable regenerate_ssh_host_keys
EOF
if [ "${USE_QEMU}" = "1" ]; then