diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-07-23 10:58:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:14:35 +0100 |
commit | a7e8f83cbe1eca9f16af2b05c6cad327f80a5ffa (patch) | |
tree | 84f9dc1d585a9905f3957e3b6a1ee5d333e326c9 /scripts/runqemu-internal | |
parent | 0123eb924dbe1c74fe5397e1b3872b2622e32708 (diff) | |
download | poky-a7e8f83cbe1eca9f16af2b05c6cad327f80a5ffa.tar.gz |
runqemu-internal: fix to start X correctly in live images
The QEMUOPTIONS for ISOFS was not complete, leading to failures when
trying to start X in live images.
This patch fixes this problem.
[YOCTO #4103]
[YOCTO #4884]
(From OE-Core rev: 08947869917dc5a9dfff05b0ee19279f60cf6d2b)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-internal')
-rwxr-xr-x | scripts/runqemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index 9619bec7b9..8a6e551abc 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal | |||
@@ -526,7 +526,7 @@ if [ "x$RAMFS" = "xtrue" ]; then | |||
526 | fi | 526 | fi |
527 | 527 | ||
528 | if [ "x$ISOFS" = "xtrue" ]; then | 528 | if [ "x$ISOFS" = "xtrue" ]; then |
529 | QEMUOPTIONS="-cdrom $ROOTFS" | 529 | QEMUOPTIONS="$QEMU_NETWORK_CMD -cdrom $ROOTFS $QEMU_UI_OPTIONS" |
530 | fi | 530 | fi |
531 | 531 | ||
532 | if [ "x$QEMUOPTIONS" = "x" ]; then | 532 | if [ "x$QEMUOPTIONS" = "x" ]; then |