summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2016-04-16 18:27:29 +0100
committerNeil Williams <codehelp@debian.org>2016-04-16 18:27:29 +0100
commit1b5f88f744a2ad2e5d8095749adb3f50af522728 (patch)
tree527749b264765cd1382af07721fef00dc1514072
parent3d683971875f4b9fbc98fa03148aa37b3e4fd820 (diff)
downloadvmdebootstrap-1b5f88f744a2ad2e5d8095749adb3f50af522728.tar.gz
use -monitor none when loading UEFI, helps with the -nographic support.
-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