summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/qemu-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qemu-wrapper.sh b/bin/qemu-wrapper.sh
index 901fd64..9eb05c9 100755
--- a/bin/qemu-wrapper.sh
+++ b/bin/qemu-wrapper.sh
@@ -22,7 +22,7 @@ else
fi
UEFI=""
if [ -n "$3" ]; then
- UEFI="-L $3"
+ UEFI="-L $3 -monitor none"
fi
qemu-system-${ARCH} -m 1024 ${UEFI} -enable-kvm -drive format=raw,file=./$1