diff options
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 d317dfd242..38745dd126 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal | |||
@@ -550,7 +550,7 @@ fi | |||
550 | 550 | ||
551 | if [ "x$RAMFS" = "xtrue" ]; then | 551 | if [ "x$RAMFS" = "xtrue" ]; then |
552 | QEMUOPTIONS="-initrd $ROOTFS -nographic" | 552 | QEMUOPTIONS="-initrd $ROOTFS -nographic" |
553 | KERNCMDLINE="root=/dev/ram0 debugshell" | 553 | KERNCMDLINE="root=/dev/ram0 console=ttyS0 debugshell" |
554 | fi | 554 | fi |
555 | 555 | ||
556 | if [ "x$ISOFS" = "xtrue" ]; then | 556 | if [ "x$ISOFS" = "xtrue" ]; then |