Changes in contrib/conf/ia32-qe.sh [fa33ac4:1d638a1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/conf/ia32-qe.sh
rfa33ac4 r1d638a1 1 1 #!/bin/sh 2 3 if [ -z "${QEMU_BINARY}" ] ; then4 QEMU_BINARY="`which --tty-only qemu 2> /dev/null`"5 fi6 7 if [ -z "${QEMU_BINARY}" ] ; then8 QEMU_BINARY="`which --tty-only qemu-system-i386 2> /dev/null`"9 fi10 11 if [ -z "${QEMU_BINARY}" ] ; then12 echo "QEMU binary not found"13 fi14 2 15 3 DISK_IMG=hdisk.img … … 20 8 fi 21 9 22 "${QEMU_BINARY}" "$@"-m 32 -hda "$DISK_IMG" -cdrom image.iso -boot d10 qemu $@ -m 32 -hda "$DISK_IMG" -cdrom image.iso -boot d
Note:
See TracChangeset
for help on using the changeset viewer.