mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
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>
This commit is contained in:
@@ -526,7 +526,7 @@ if [ "x$RAMFS" = "xtrue" ]; then
|
||||
fi
|
||||
|
||||
if [ "x$ISOFS" = "xtrue" ]; then
|
||||
QEMUOPTIONS="-cdrom $ROOTFS"
|
||||
QEMUOPTIONS="$QEMU_NETWORK_CMD -cdrom $ROOTFS $QEMU_UI_OPTIONS"
|
||||
fi
|
||||
|
||||
if [ "x$QEMUOPTIONS" = "x" ]; then
|
||||
|
||||
Reference in New Issue
Block a user