summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu-internal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu-internal')
-rwxr-xr-xscripts/runqemu-internal2
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
551if [ "x$RAMFS" = "xtrue" ]; then 551if [ "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"
554fi 554fi
555 555
556if [ "x$ISOFS" = "xtrue" ]; then 556if [ "x$ISOFS" = "xtrue" ]; then