Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-22 00:22:06 +00:00
parent b8203a5041
commit 191a6f336e
13 changed files with 66 additions and 32 deletions

View File

@@ -11,4 +11,4 @@ source: https://github.com/tldr-pages/tldr.git
- Import a VMDK/qcow2/raw disk image using a specific storage name:
`qm importdisk {{vm_id}} {{path/to/disk}} {{storage_name}} --format {{qcow2|raw|vmdk}}`
`qm disk import {{vm_id}} {{path/to/disk}} {{storage_name}} --format {{qcow2|raw|vmdk}}`