git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df224fa
)
RunQemu - Addedd tee to nographic
author
John Hodge
<
[email protected]
>
Tue, 11 Dec 2012 01:28:41 +0000
(09:28 +0800)
committer
John Hodge
<
[email protected]
>
Tue, 11 Dec 2012 01:28:41 +0000
(09:28 +0800)
RunQemu
patch
|
blob
|
history
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