| Submitter | Qi.Chen@windriver.com |
|---|---|
| Date | Jan. 9, 2013, 2:31 a.m. |
| Message ID | <9c07edc01658d7123ba6ea3a6cd0ca3f5e7c7643.1357698681.git.Qi.Chen@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/42349/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index a11220d..9d570ed 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal @@ -472,7 +472,7 @@ fi if [ "x$RAMFS" = "xtrue" ]; then QEMUOPTIONS="-initrd $ROOTFS -nographic" - KERNCMDLINE="root=/dev/ram0" + KERNCMDLINE="root=/dev/ram0 debugshell" fi if [ "x$QEMUOPTIONS" = "x" ]; then