diff options
-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 |