Skip to content
Snippets Groups Projects
Commit bef77e47 authored by John Hodge's avatar John Hodge
Browse files

RunQemu - Disable USB keyboard (helps debugging lockups)

parent 0944bfb2
No related merge requests found
......@@ -84,7 +84,7 @@ if [ "x$_NOUSB" != "xyes" ] ; then
QEMU_PARAMS=$QEMU_PARAMS" -drive id=test_usb_image,file=USB_Test_Image.img,if=none"
QEMU_PARAMS=$QEMU_PARAMS" -device usb-storage,drive=test_usb_image"
QEMU_PARAMS=$QEMU_PARAMS" -usbdevice mouse"
QEMU_PARAMS=$QEMU_PARAMS" -usbdevice keyboard"
# QEMU_PARAMS=$QEMU_PARAMS" -usbdevice keyboard"
fi
if [ "x$_NOTEE" = "xyes" ] ; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment