From 1f1bd04e9513017b4092da9e3be14346fba97c8f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 6 Feb 2008 12:02:10 +0000 Subject: scripts/poky-qemu-internal: Fix no-reboot option handling for qemuarm git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3674 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/poky-qemu-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/poky-qemu-internal') 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 QEMU=qemu-system-arm if [ "$TYPE" = "ext2" ]; then KERNCMDLINE="root=/dev/sda console=ttyAMA0 console=tty0 mem=$QEMU_MEMORY" - QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb -hda $HDIMAGE -usb -usbdevice wacom-tablet" + QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb -hda $HDIMAGE -usb -usbdevice wacom-tablet -no-reboot" fi if [ "$TYPE" = "nfs" ]; then if [ "x$HDIMAGE" = "x" ]; then -- cgit v1.2.3-54-g00ecf