diff --git a/vmcreate.sh b/vmcreate.sh index 2b279e4..396c855 100644 --- a/vmcreate.sh +++ b/vmcreate.sh @@ -292,6 +292,7 @@ do qm set $vmid --cicustom "user=${storage}:snippets/${vmid}_user.yaml" qm set $vmid --ipconfig0 ip="$ip"/"$mask",gw="$gw" sed -i "s|tag=35|tag=$vlan|" /etc/pve/qemu-server/${vmid}.conf + # sed -i "s|vmbr0|vmbr1|" /etc/pve/qemu-server/${vmid}.conf qm cloudinit update $vmid ### DEBUG echo "DEBUG: ${vmid}.conf"