diff options
-rwxr-xr-x | scripts/poky-qemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal index aac51b588..a9029dc63 100755 --- a/scripts/poky-qemu-internal +++ b/scripts/poky-qemu-internal @@ -352,7 +352,7 @@ else fi echo "Running $QEMU..." -echo $QEMUBIN -kernel $ZIMAGE $QEMUOPTIONS $SERIALOPTS $* --append "$KERNCMDLINE" +echo $QEMUBIN -kernel $ZIMAGE $QEMUOPTIONS $SERIALOPTS $* --append '"'$KERNCMDLINE'"' $QEMUBIN -kernel $ZIMAGE $QEMUOPTIONS $SERIALOPTS $* --append "$KERNCMDLINE" || /bin/true release_lock |