Disable root account
This commit is contained in:
parent
1d6b0abae2
commit
b8d213d72b
|
@ -14,7 +14,7 @@ BRIDGE=vmbr0,tag=208
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
virt-builder debian-12 -o ${NAME}.qcow2 --format qcow2 \
|
virt-builder debian-12 -o ${NAME}.qcow2 --format qcow2 \
|
||||||
--root-password password:3500mt \
|
--root-password disabled \
|
||||||
--update \
|
--update \
|
||||||
--run-command 'apt dist-upgrade -y' \
|
--run-command 'apt dist-upgrade -y' \
|
||||||
--install cloud-init,qemu-guest-agent \
|
--install cloud-init,qemu-guest-agent \
|
||||||
|
|
Loading…
Reference in a new issue