From 85fedb00d6e90a01378f726a2f74bebeadbfbaae Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 14 Jul 2026 12:57:31 +0200 Subject: [PATCH] docs: Environment variables (#1847) --- docs/environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/environment.md b/docs/environment.md index 7b356a0..d37f1cd 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -31,7 +31,7 @@ An empty default means the variable is unset and its value is determined automat | `VMX` | `N` | Exposes Intel VMX virtualization extensions to the guest. | | `HV` | `Y` | Enables Hyper-V enlightenments for Windows guests. | | `RAM_SIZE` | `4G` | Amount of RAM assigned to Windows, such as `8G`, `half`, or `max`. | -| `RAM_CHECK` | `Y` | Checks whether enough host memory is available before starting the VM. | +| `RAM_CHECK` | `Y` | Checks whether enough host memory is available before starting Windows. | ## 💾 Storage @@ -53,7 +53,7 @@ An empty default means the variable is unset and its value is determined automat | Variable | Default | Description | |---|---|---| | `NETWORK` | | Network mode, such as `nat`, `passt`, `slirp`, or `N` to disable networking. | -| `DHCP` | `N` | Enables macvtap networking so the VM receives an address from the external LAN through DHCP. | +| `DHCP` | `N` | Enables macvtap networking so Windows receives an address from the external LAN through DHCP. | | `HOST` | `Windows` | Hostname assigned to Windows. | | `IP` | | Overrides the automatically selected guest IPv4 address. | | `MAC` | | Guest network adapter MAC address. |