From mboxrd@z Thu Jan 1 00:00:00 1970 From: Warren Togami Subject: Re: [RFC PATCH 1/5] Add "die" and some minor changes in base Date: Fri, 12 Jun 2009 14:40:06 -0400 Message-ID: <4A32A106.1050806@redhat.com> References: <4A327035.6060100@bfh.ch> <1244821283.15165.2.camel@lap75545.ornl.gov> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1244821283.15165.2.camel-FqX9LgGZnHWDB2HL1qBt2PIbXMQ5te18@public.gmane.org> Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: initramfs 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. 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