Document script that creates VMs

Closes #244
This commit is contained in:
Greg Karekinian 2025-10-30 16:18:59 +01:00
parent ea087b1e3e
commit 5b53635f1a

View File

@ -1,4 +1,14 @@
# kosmos_kvm
TODO: Enter the cookbook description here.
## Create a new VM
A script is deployed by the `host` recipe to `/usr/local/sbin/create_vm`
### Usage
```
create_vm VMNAME RAM CPUS DISKSIZE
```
* `RAM` in megabytes
* `DISKSIZE` in gigabytes, defaults to 10