Disable root account

This commit is contained in:
Stefan Bethke 2023-07-30 12:12:37 +02:00
parent 1d6b0abae2
commit b8d213d72b

View file

@ -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 \