From: John Hodge Date: Tue, 11 Dec 2012 01:28:41 +0000 (+0800) Subject: RunQemu - Addedd tee to nographic X-Git-Tag: rel0.15~603 X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=dde97ba07d789d4d166b676c82d4ab44695d0561 RunQemu - Addedd tee to nographic --- 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