Script creating new VMs #252
@ -71,7 +71,7 @@ fi
|
|||||||
|
|
||||||
# setting --os-variant to ubuntu20.04 and ubuntu18.04 breaks SSH and networking
|
# setting --os-variant to ubuntu20.04 and ubuntu18.04 breaks SSH and networking
|
||||||
virt-install \
|
virt-install \
|
||||||
--name cloudinit-1 \
|
--name "$VMNAME" \
|
||||||
--ram "$RAM" \
|
--ram "$RAM" \
|
||||||
--vcpus "$CPUS" \
|
--vcpus "$CPUS" \
|
||||||
|
|||||||
--cpu host \
|
--cpu host \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
We won't want to edit the script on the host all the time, so why not simply: