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 a11220dd50..9d570ed9c6 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal | |||
@@ -472,7 +472,7 @@ fi | |||
472 | 472 | ||
473 | if [ "x$RAMFS" = "xtrue" ]; then | 473 | if [ "x$RAMFS" = "xtrue" ]; then |
474 | QEMUOPTIONS="-initrd $ROOTFS -nographic" | 474 | QEMUOPTIONS="-initrd $ROOTFS -nographic" |
475 | KERNCMDLINE="root=/dev/ram0" | 475 | KERNCMDLINE="root=/dev/ram0 debugshell" |
476 | fi | 476 | fi |
477 | 477 | ||
478 | if [ "x$QEMUOPTIONS" = "x" ]; then | 478 | if [ "x$QEMUOPTIONS" = "x" ]; then |