summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-22 14:12:47 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-22 14:12:47 +0000
commit551987f968a39dca23f4bb66d8adf60fd9a74003 (patch)
treec5307da890bd0864b2b923b8d22e4f6e1cfc0763 /scripts
parenta9a2389d709ab81e8e218cc01a24cc245ad3be1a (diff)
downloadpoky-551987f968a39dca23f4bb66d8adf60fd9a74003.tar.gz
poky-qemu-internal: Add -no-reboot option for poky-qemu-internal since can't halt
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3571 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-qemu-internal4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal
index 6e883a0469..d96b67e38a 100755
--- a/scripts/poky-qemu-internal
+++ b/scripts/poky-qemu-internal
@@ -2,7 +2,7 @@
2 2
3# Handle running Poky images under qemu 3# Handle running Poky images under qemu
4# 4#
5# Copyright (C) 2006-2007 OpenedHand Ltd. 5# Copyright (C) 2006-2008 OpenedHand Ltd.
6# 6#
7# This program is free software; you can redistribute it and/or modify 7# This program is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License version 2 as 8# it under the terms of the GNU General Public License version 2 as
@@ -73,7 +73,7 @@ if [ "$MACHINE" = "qemuarm" ]; then
73 return 73 return
74 fi 74 fi
75 KERNCMDLINE="root=/dev/nfs nfsroot=192.168.7.1:$HDIMAGE rw $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" 75 KERNCMDLINE="root=/dev/nfs nfsroot=192.168.7.1:$HDIMAGE rw $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY"
76 QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb" 76 QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb -no-reboot"
77 fi 77 fi
78fi 78fi
79 79