mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
commit
000da8e8eb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
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/
|
||||
cd /var/lib/vz/template/iso/
|
||||
qm importdisk 5000 lunar-server-cloudimg-amd64-disk-kvm.img <YOUR STORAGE HERE>
|
||||
qm set 5000 --scsihw virtio-scsi-pci --scsi0 <YOUR STORAGE HERE>:vm-5000-disk-0
|
||||
qm set 5000 --ide2 <YOUR STORAGE HERE>:cloudinit
|
||||
|
|
Loading…
Reference in a new issue