Skip to content

Commit dc5a4f8

Browse files
committed
fix: Cloudinit should be lowercase
1 parent 26396bc commit dc5a4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The following commands will perform the following:
226226
* (Optional): Set CPU Type to `host`. This is necessary if you plan on running any sort of nested virtualization on said Virtual Machine (e.g., Docker, Hyper-V, etc.)
227227
```bash
228228
qm set $VM_ID --ide0 file=none && \
229-
qm set $VM_ID --ide2 $STORAGE_POOL:Cloudinit && \
229+
qm set $VM_ID --ide2 $STORAGE_POOL:cloudinit && \
230230
qm set $VM_ID --boot "order=ide0;virtio0;net0" --bootdisk virtio0 && \
231231
qm set $VM_ID --ostype l26 && \
232232
qm set $VM_ID --serial0 socket --vga serial0

0 commit comments

Comments
 (0)