* providing documentation for solving issue #3586 * fixed docs to include the env var needing to be set * typo for env var
This commit is contained in:
parent
e88c1542e5
commit
a2ad2d2d93
@ -262,6 +262,15 @@ builder and not otherwise conflicting with the qemuargs):
|
|||||||
qemu-system-x86 -m 1024m --no-acpi -netdev user,id=mynet0,hostfwd=hostip:hostport-guestip:guestport -device virtio-net,netdev=mynet0"
|
qemu-system-x86 -m 1024m --no-acpi -netdev user,id=mynet0,hostfwd=hostip:hostport-guestip:guestport -device virtio-net,netdev=mynet0"
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
\~> **Windows Users:** [QEMU for Windows](https://qemu.weilnetz.de/) builds are available though an environmental variable does need
|
||||||
|
to be set for QEMU for Windows to redirect stdout to the console instead of stdout.txt.
|
||||||
|
|
||||||
|
The following shows the environment variable that needs to be set for Windows QEMU support:
|
||||||
|
|
||||||
|
```json
|
||||||
|
setx SDL_STDIO_REDIRECT=0
|
||||||
|
```
|
||||||
|
|
||||||
You can also use the `SSHHostPort` template variable to produce a packer
|
You can also use the `SSHHostPort` template variable to produce a packer
|
||||||
template that can be invoked by `make` in parallel:
|
template that can be invoked by `make` in parallel:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user