launch qemu in a xterm for console access
This commit is contained in:
parent
148bfd19d5
commit
bc6b1496ed
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ continue_or_stop()
|
|||
}
|
||||
|
||||
QEMU_ARCH=`uname -m`
|
||||
QEMU=qemu-system-${QEMU_ARCH}
|
||||
QEMU="xterm -e qemu-system-${QEMU_ARCH}"
|
||||
|
||||
which $QEMU > /dev/null 2>&1 || QEMU=qemu-system-i386
|
||||
if ! which $QEMU > /dev/null 2>&1; then
|
||||
|
|
Loading…
Add table
Reference in a new issue