* [PATCH 0/1] runqemu-internal: add 'debugshell' as a default kernel option
@ 2013-01-08 9:06 Qi.Chen
2013-01-08 9:06 ` [PATCH 1/1] runqemu-internel: " Qi.Chen
0 siblings, 1 reply; 3+ messages in thread
From: Qi.Chen @ 2013-01-08 9:06 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
From: Chen Qi <Qi.Chen@windriver.com>
The following changes since commit 09359e6ec00901abfe49157f1f9730117b4d284b:
freetype: update to 2.4.11 which includes fixes for CVE-2012-{5668, 5669, 5670} (2012-12-31 09:43:27 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/runqemu-ramfs
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/runqemu-ramfs
Chen Qi (1):
runqemu-internel: add 'debugshell' as a default kernel option
scripts/runqemu-internal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] runqemu-internel: add 'debugshell' as a default kernel option
2013-01-08 9:06 [PATCH 0/1] runqemu-internal: add 'debugshell' as a default kernel option Qi.Chen
@ 2013-01-08 9:06 ` Qi.Chen
2013-01-09 2:27 ` ChenQi
0 siblings, 1 reply; 3+ messages in thread
From: Qi.Chen @ 2013-01-08 9:06 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
From: Chen Qi <Qi.Chen@windriver.com>
Add 'debugshell' as a default kernel option for ramfs booting.
If rootfs.img cannot be found under /media, init-live.sh loops
forever without showing any information. Silently looping forever
and blocking users is inappropriate.
Now that the 'debugshell' feature has been implemented in init-live.sh,
It's reasonable to add it to the kernel option when booting a ramfs-based
image. In this way, the system doesn't loop forever and instead drops
to a shell after a default timeout (30 seconds).
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
scripts/runqemu-internal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] runqemu-internel: add 'debugshell' as a default kernel option
2013-01-08 9:06 ` [PATCH 1/1] runqemu-internel: " Qi.Chen
@ 2013-01-09 2:27 ` ChenQi
0 siblings, 0 replies; 3+ messages in thread
From: ChenQi @ 2013-01-09 2:27 UTC (permalink / raw)
To: openembedded-core
Sorry about the typo in subject.
I'll fix the typo and send out this patch again.
Chen Qi
On 01/08/2013 05:06 PM, Qi.Chen@windriver.com wrote:
> From: Chen Qi <Qi.Chen@windriver.com>
>
> Add 'debugshell' as a default kernel option for ramfs booting.
>
> If rootfs.img cannot be found under /media, init-live.sh loops
> forever without showing any information. Silently looping forever
> and blocking users is inappropriate.
>
> Now that the 'debugshell' feature has been implemented in init-live.sh,
> It's reasonable to add it to the kernel option when booting a ramfs-based
> image. In this way, the system doesn't loop forever and instead drops
> to a shell after a default timeout (30 seconds).
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
> scripts/runqemu-internal | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-09 2:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 9:06 [PATCH 0/1] runqemu-internal: add 'debugshell' as a default kernel option Qi.Chen
2013-01-08 9:06 ` [PATCH 1/1] runqemu-internel: " Qi.Chen
2013-01-09 2:27 ` ChenQi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox