Update start-qemu
This commit is contained in:
parent
0ccfca450c
commit
ecc59065b5
2
6.1/start-qemu
generated
2
6.1/start-qemu
generated
|
@ -104,7 +104,7 @@ if [ -z "${QEMU_NO_VNC:-}" ]; then
|
|||
)
|
||||
fi
|
||||
|
||||
if [ -z "${QEMU_MACHINE:-}" ]; then
|
||||
if [ -n "${QEMU_MACHINE:-}" ]; then
|
||||
qemuArgs+=(
|
||||
-machine "${QEMU_MACHINE}"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user