Use OS variable
This commit is contained in:
parent
5a779f64bd
commit
f539c5245c
|
@ -13,7 +13,7 @@ BRIDGE=vmbr0,tag=208
|
|||
|
||||
set -e
|
||||
|
||||
virt-builder debian-12 -o ${NAME}.qcow2 --format qcow2 \
|
||||
virt-builder ${OS} -o ${NAME}.qcow2 --format qcow2 \
|
||||
--root-password disabled \
|
||||
--update \
|
||||
--run-command 'apt dist-upgrade -y' \
|
||||
|
|
Loading…
Reference in a new issue