diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-qemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal index 46e1688728..aad967a95e 100755 --- a/scripts/poky-qemu-internal +++ b/scripts/poky-qemu-internal | |||
@@ -64,7 +64,7 @@ if [ "$MACHINE" = "qemuarm" ]; then | |||
64 | QEMU=qemu-system-arm | 64 | QEMU=qemu-system-arm |
65 | if [ "$TYPE" = "ext2" ]; then | 65 | if [ "$TYPE" = "ext2" ]; then |
66 | KERNCMDLINE="root=/dev/sda console=ttyAMA0 console=tty0 mem=$QEMU_MEMORY" | 66 | KERNCMDLINE="root=/dev/sda console=ttyAMA0 console=tty0 mem=$QEMU_MEMORY" |
67 | QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb -hda $HDIMAGE -usb -usbdevice wacom-tablet" | 67 | QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb -hda $HDIMAGE -usb -usbdevice wacom-tablet -no-reboot" |
68 | fi | 68 | fi |
69 | if [ "$TYPE" = "nfs" ]; then | 69 | if [ "$TYPE" = "nfs" ]; then |
70 | if [ "x$HDIMAGE" = "x" ]; then | 70 | if [ "x$HDIMAGE" = "x" ]; then |