Create readme.md

This commit is contained in:
tehNooB 2023-10-18 09:26:12 +01:00 committed by GitHub
parent 9faa4654f6
commit b7d66cb819
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,10 @@
1. Download the ISO using the GUI
```
qm create 5000 --memory 2048 --core 2 --name ubuntu-cloud --net0 virtio,bridge=vmbr0
cd var/lib/vz/template/iso/
qm importdisk 5000 lunar-server-cloudimg-amd64-disk-kvm.img nvme
qm set 5000 --scsihw virtio-scsi-pci --scsi0 nvme:vm-5000-disk-0
qm set 5000 --ide2 nvme:cloudinit
qm set 5000 --boot c --bootdisk scsi0
qm set 5000 --serial0 socket --vga serial0
```