X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=RunQemu;h=db5306a8cc0d6aec8375a892a435fcf89bb54cf7;hb=c3914bc3bbe97ef474e044558674f57f6af85e0a;hp=b73a9f31ad5223c3a24215cc7c84cad8acb7c391;hpb=a8759b69a7dddfeff55bdfde62a9a0765ccc7eee;p=tpg%2Facess2.git diff --git a/RunQemu b/RunQemu index b73a9f31..db5306a8 100755 --- a/RunQemu +++ b/RunQemu @@ -80,7 +80,7 @@ fi # qemu-system-x86_64 $QEMU_PARAMS -serial stdio | tee QemuLog.txt #echo $QEMU $BOOTOPT $QEMU_PARAMS if [ "x$_NOGRAPHIC" = "xyes" ] ; then - eval $QEMU $BOOTOPT $QEMU_PARAMS -nographic + eval $QEMU $BOOTOPT $QEMU_PARAMS -nographic | tee QemuLog.txt exit fi