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 if [ "x$RAMFS" = "xtrue" ]; then QEMUOPTIONS="-initrd $ROOTFS -nographic" - KERNCMDLINE="root=/dev/ram0 debugshell" + KERNCMDLINE="root=/dev/ram0 console=ttyS0 debugshell" fi if [ "x$ISOFS" = "xtrue" ]; then |