launch qemu in a xterm for console access

This commit is contained in:
Gwenhael Le Moine 2018-02-11 09:51:32 +01:00
parent 148bfd19d5
commit bc6b1496ed
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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