From 85049069b0a5d4df154a8a1df612ab3163ed1045 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 24 Apr 2008 14:30:55 +0000 Subject: Allow user-specified options to be passed to qemu via poky-qemu git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4327 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 ac2772d3f..d3a662e9e 100755 --- a/scripts/poky-qemu-internal +++ b/scripts/poky-qemu-internal @@ -215,8 +215,8 @@ else fi echo "Running $QEMU using sudo..." -echo $QEMUBIN -kernel $ZIMAGE $QEMUOPTIONS $SERIALOPTS --append "$KERNCMDLINE" -sudo $QEMUBIN -kernel $ZIMAGE $QEMUOPTIONS $SERIALOPTS --append "$KERNCMDLINE" || /bin/true +echo $QEMUBIN -kernel $ZIMAGE $QEMUOPTIONS $SERIALOPTS $* --append "$KERNCMDLINE" +sudo $QEMUBIN -kernel $ZIMAGE $QEMUOPTIONS $SERIALOPTS $* --append "$KERNCMDLINE" || /bin/true trap - INT TERM QUIT return -- cgit v1.2.3