From b38b7b09530fcfc9a3c02fb2ef93d4203100bb23 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 27 Jul 2026 11:47:06 +0200 Subject: [PATCH] docs: Added new DISK_OPTIONS variable (#2006) --- docs/environment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/environment.md b/docs/environment.md index c6d50a7f..df8ea556 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -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. |