From: John Hodge Date: Mon, 31 Dec 2012 02:10:54 +0000 (+0800) Subject: Merge branch 'master' of git://localhost/acess2 X-Git-Tag: rel0.15~600 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=9d101ee5f5231954a7102da36997aa8d568a6157;hp=4b9cc52e8ceaa0213719aca66c521575620e6d09;p=tpg%2Facess2.git Merge branch 'master' of git://localhost/acess2 --- 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