Update readme.md
This commit is contained in:
parent
800fc3ccd7
commit
1da60ad885
|
@ -1,5 +1,5 @@
|
|||
1. Download the ISO using the GUI
|
||||
2. Create the VM via CLI
|
||||
1. Download the ISO using the GUI (tested on https://cloud-images.ubuntu.com/lunar/current/lunar-server-cloudimg-amd64-disk-kvm.img)
|
||||
1. Create the VM via CLI
|
||||
```
|
||||
qm create 5000 --memory 2048 --core 2 --name ubuntu-cloud --net0 virtio,bridge=vmbr0
|
||||
cd var/lib/vz/template/iso/
|
||||
|
@ -9,3 +9,6 @@ qm set 5000 --ide2 nvme:cloudinit
|
|||
qm set 5000 --boot c --bootdisk scsi0
|
||||
qm set 5000 --serial0 socket --vga serial0
|
||||
```
|
||||
1. Expand the VM disk size to a suitable size
|
||||
1. Create the Cloud-Init template
|
||||
1. Deploy new VMs by clonding the template (full clone)
|
||||
|
|
Loading…
Reference in New Issue