From 551987f968a39dca23f4bb66d8adf60fd9a74003 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 22 Jan 2008 14:12:47 +0000 Subject: 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 --- scripts/poky-qemu-internal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/poky-qemu-internal') 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 @@ # Handle running Poky images under qemu # -# Copyright (C) 2006-2007 OpenedHand Ltd. +# Copyright (C) 2006-2008 OpenedHand Ltd. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as @@ -73,7 +73,7 @@ if [ "$MACHINE" = "qemuarm" ]; then return fi KERNCMDLINE="root=/dev/nfs nfsroot=192.168.7.1:$HDIMAGE rw $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" - QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb" + QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb -no-reboot" fi fi -- cgit 1.2.3-korg