From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Will Woods <wwoods-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 1/2] don't wait_for_loginit in emergency_shell()
Date: Tue, 29 May 2012 11:41:52 +0200 [thread overview]
Message-ID: <4FC499E0.2050108@redhat.com> (raw)
In-Reply-To: <1337724972-6545-1-git-send-email-wwoods-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Am 23.05.2012 00:16, schrieb Will Woods:
> wait_for_loginit ends the log; this is unhelpful if you're using
> emergency_shell to do debugging.
>
> Just leave loginit running. It doesn't hurt anything.
> ---
> modules.d/99base/dracut-lib.sh | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh
> index b6168df..19aceb8 100755
> --- a/modules.d/99base/dracut-lib.sh
> +++ b/modules.d/99base/dracut-lib.sh
> @@ -825,7 +825,6 @@ emergency_shell()
> warn $@
> source_hook "$hook"
> echo
> - wait_for_loginit
> [ -e /run/initramfs/.die ] && exit 1
> if getargbool 1 rd.shell -y rdshell || getarg rd.break rdbreak; then
> echo "Dropping to debug shell."
pushed
prev parent reply other threads:[~2012-05-29 9:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-22 22:16 [PATCH 1/2] don't wait_for_loginit in emergency_shell() Will Woods
[not found] ` <1337724972-6545-1-git-send-email-wwoods-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-05-29 9:41 ` Harald Hoyer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FC499E0.2050108@redhat.com \
--to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=wwoods-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.