From: Warren Togami <wtogami-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: initramfs <initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [RFC PATCH 1/5] Add "die" and some minor changes in base
Date: Fri, 12 Jun 2009 15:27:01 -0400 [thread overview]
Message-ID: <4A32AC05.8040000@redhat.com> (raw)
In-Reply-To: <4A32A106.1050806-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
On 06/12/2009 02:40 PM, Warren Togami wrote:
> On 06/12/2009 11:41 AM, David Dillow wrote:
>>
>>> +die() {
>>> + printf "FATAL: $1\n"
>>> + printf "Refusing to continue\n"
>>> + exit 1
>>> +}
>>> +
>
> Furthermore, is printf available in the image currently?
>
> It seems other parts of the code already use printf in the image, but
> the printf binary isn't copied in.
>
I see that printf is both a built-in of bash/dash, and also an
independent binary...
Warren
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2009-06-12 19:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-12 15:11 [RFC PATCH 1/5] Add "die" and some minor changes in base Seewer Philippe
[not found] ` <4A327035.6060100-omB+W0Dpw2o@public.gmane.org>
2009-06-12 15:41 ` David Dillow
[not found] ` <1244821283.15165.2.camel-FqX9LgGZnHWDB2HL1qBt2PIbXMQ5te18@public.gmane.org>
2009-06-12 18:40 ` Warren Togami
[not found] ` <4A32A106.1050806-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-06-12 19:27 ` Warren Togami [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=4A32AC05.8040000@redhat.com \
--to=wtogami-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=initramfs-u79uwXL29TY76Z2rM5mHXA@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.