From daba936955ab5a38437b1f45557ff39f5cd9dfc5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 8 Jul 2026 18:39:07 +0200 Subject: [PATCH 1/2] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index c8739e7dc..f6efe5f68 100644 --- a/readme.md +++ b/readme.md @@ -360,6 +360,10 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas > [!WARNING] > Adding a USB mass storage device before Windows Setup has finished may cause it to fail. Or worse: the drive can get formatted as the system disk, and all your data will be lost! So always keep them disconnected when launching the container for the first time. +### Are these all available options? + +No. For a complete overview of all supported settings, see the [environment variables](docs/environment.md) page. + ### How do I verify if my system supports KVM? First check if your software is compatible using this chart: From 9561fc1bf147ba24f3f406fac935ddd1752457d4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 8 Jul 2026 18:40:00 +0200 Subject: [PATCH 2/2] Update environment.md --- docs/environment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/environment.md b/docs/environment.md index 57f3daf97..dd38a0fa9 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -124,6 +124,8 @@ This page lists all the environment variables that can be used to configure the ## 🎈 Memory Ballooning +Also see [Dynamic memory allocation](https://github.com/qemus/qemu/blob/master/docs/ballooning.md) for usage notes and important caveats. + | Variable | Default | Description | |---|---|---| | `BALLOONING` | `N` | Enables dynamic memory ballooning. |