Enhance VM image customization and auto-login

Add informative status messages and improve image customization flow: install base packages and Docker during virt-customize, enable Docker service, and configure /etc/docker/daemon.json (sets DOCKER_PREINSTALLED on success). Add finalization messages while setting hostname and SSH config. For images without cloud-init, add systemd drop-ins to enable root autologin on serial-getty@ttyS0 and getty@tty1. Also add a trailing newline to nginx-ui.json.
This commit is contained in:
CanbiZ (MickLesk)
2026-02-03 13:10:52 +01:00
parent 822ce32ab7
commit e91972e02c
2 changed files with 22 additions and 2 deletions

View File

@@ -45,4 +45,4 @@
"type": "info"
}
]
}
}