diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-04-19 14:41:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-04-20 12:10:42 +0200 |
commit | 6f9a1adf6d1341a7db98c5278e13e035c7a669d5 (patch) | |
tree | ad5a0789d60172e3c7c6431fcb1158d487a9c8bc /docs/ENVIRONMENT.md | |
parent | vmspawn: enable hyperv enlightenments (diff) | |
download | systemd-6f9a1adf6d1341a7db98c5278e13e035c7a669d5.tar.xz systemd-6f9a1adf6d1341a7db98c5278e13e035c7a669d5.zip |
vmspawn: add env var that can extend the qemu cmdline
This is a bit hackish, but really useful sometimes to play around with
some qemu switches.
Diffstat (limited to 'docs/ENVIRONMENT.md')
-rw-r--r-- | docs/ENVIRONMENT.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md index 961601c72e..8068d0d33c 100644 --- a/docs/ENVIRONMENT.md +++ b/docs/ENVIRONMENT.md @@ -191,6 +191,9 @@ All tools: expected format is six groups of two hexadecimal digits separated by colons, e.g. `SYSTEMD_VMSPAWN_NETWORK_MAC=12:34:56:78:90:AB` +* `$SYSTEMD_VMSPAWN_QEMU_EXTRA=…` – may contain additional command line + arguments to append the qemu command line. + `systemd-logind`: * `$SYSTEMD_BYPASS_HIBERNATION_MEMORY_CHECK=1` — if set, report that |