1
0
mirror of https://github.com/dockur/windows.git synced 2026-07-27 21:42:36 +07:00

docs: Added new DISK_OPTIONS variable (#2006)

This commit is contained in:
Kroese
2026-07-27 11:47:06 +02:00
committed by GitHub
parent 0fdab89516
commit b38b7b0953
+1
View File
@@ -47,6 +47,7 @@ An empty default means the variable is unset and its value is determined automat
| `DISK_DISCARD` | `unmap` | Discard/TRIM mode for the primary disk. |
| `DISK_ROTATION` | `1` | Rotation rate reported to the guest. Use `1` to identify the disk as an SSD. |
| `DISK_FLAGS` | | Additional options used when creating `qcow2` disks. |
| `DISK_OPTIONS` | | Additional options appended to QEMU disk devices. |
| `ALLOCATE` | `N` | Preallocates space for the primary disk. |
| `STORAGE` | `/storage` | Storage directory used for disks, firmware variables, and downloads. |