From b8d213d72b89b60750c5520f082f39f8fbabcc0b Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Sun, 30 Jul 2023 12:12:37 +0200 Subject: [PATCH] Disable root account --- build-proxmox-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-proxmox-template b/build-proxmox-template index cdc1be0..7aa504c 100755 --- a/build-proxmox-template +++ b/build-proxmox-template @@ -14,7 +14,7 @@ BRIDGE=vmbr0,tag=208 set -e virt-builder debian-12 -o ${NAME}.qcow2 --format qcow2 \ - --root-password password:3500mt \ + --root-password disabled \ --update \ --run-command 'apt dist-upgrade -y' \ --install cloud-init,qemu-guest-agent \