summaryrefslogtreecommitdiff
path: root/qemu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qemu.sh')
-rwxr-xr-xqemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu.sh b/qemu.sh
index e901ff3..0ce275a 100755
--- a/qemu.sh
+++ b/qemu.sh
@@ -41,7 +41,7 @@ qemu-system-x86_64 -d int \
-drive if=pflash,format=raw,unit=0,file=${FIRMWARE_FILE},readonly=on \
-drive if=pflash,format=raw,unit=1,file=${varsfile} \
-net none -drive file=fat:rw:${rundir} -monitor stdio \
- -serial file:sophia.log -no-shutdown -no-reboot -s
+ -serial file:sophia.log -no-shutdown -no-reboot -s -S
rm -rf ${tempdir}