summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-06 12:02:10 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-06 12:02:10 +0000
commit1f1bd04e9513017b4092da9e3be14346fba97c8f (patch)
tree68c5c1b9ee59700044c5cf323a201042aad9e087 /scripts
parent049c3c973ad9b8f651e0bf43ae0b9a8615a53275 (diff)
downloadopenembedded-core-contrib-1f1bd04e9513017b4092da9e3be14346fba97c8f.tar.gz
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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-qemu-internal2
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
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