diff options
| -rwxr-xr-x | scripts/runqemu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index c349de081f..caabf61fe0 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -135,6 +135,7 @@ while [ $i -le $# ]; do | |||
| 135 | ;; | 135 | ;; |
| 136 | "nographic") | 136 | "nographic") |
| 137 | SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -nographic" | 137 | SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -nographic" |
| 138 | SCRIPT_KERNEL_OPT="$SCRIPT_KERNEL_OPT console=ttyS0" | ||
| 138 | ;; | 139 | ;; |
| 139 | "serial") | 140 | "serial") |
| 140 | SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -serial stdio" | 141 | SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -serial stdio" |
