Update readme.md

This commit is contained in:
tehNooB 2023-10-18 09:28:42 +01:00 committed by GitHub
parent 800fc3ccd7
commit 1da60ad885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -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)