RunQemu - Addedd tee to nographic
authorJohn Hodge <[email protected]>
Tue, 11 Dec 2012 01:28:41 +0000 (09:28 +0800)
committerJohn Hodge <[email protected]>
Tue, 11 Dec 2012 01:28:41 +0000 (09:28 +0800)
RunQemu

diff --git a/RunQemu b/RunQemu
index b73a9f3..db5306a 100755 (executable)
--- 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
 

UCC git Repository :: git.ucc.asn.au