From 43d1f54806812d7c60ac9c4b5bb65b3b5d521a4e Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 27 Jul 2026 16:48:51 +0200 Subject: [PATCH] docs: Environment variables (#2007) --- docs/environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.md b/docs/environment.md index df8ea556..f1b8f974 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -127,12 +127,12 @@ An empty default means the variable is unset and its value is determined automat | `BOOT_MODE` | `windows` | Boot configuration, such as `windows`, `windows_secure`, or `windows_legacy`. | | `BOOT_INDEX` | `9` | Boot priority index for the installation media. | | `MEDIA_TYPE` | | Device type used for installation media. | +| `USB` | `qemu-xhci,id=xhci` | QEMU USB controller configuration. | | `BIOS` | | Custom firmware file. | | `TPM` | `N` | Enables the TPM emulator, usually set by `BOOT_MODE`. | | `SMM` | `N` | Enables System Management Mode, usually set by `BOOT_MODE`. | | `LOGO` | `Y` | Enables the custom boot logo. | | `CLEAR` | `N` | Resets the NVRAM variables on the next boot. | -| `USB` | `qemu-xhci,id=xhci` | QEMU USB controller configuration. | ## 🎈 Memory Ballooning