Message ID | 7c79c8a116d82b16cc8828be02e572a6c28dcfab.1375941355.git.Qi.Chen@windriver.com |
---|---|
State | New |
Headers | show |
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index 9619bec..8a6e551 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal @@ -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