From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 2/2] defaultenv: do not print usage information for update script
Date: Thu, 20 Jan 2011 09:47:52 +0100 [thread overview]
Message-ID: <1295513272-22108-3-git-send-email-s.hauer@pengutronix.de> (raw)
In-Reply-To: <1295513272-22108-1-git-send-email-s.hauer@pengutronix.de>
This usage printout during startup more looks like there is
something wrong with the environment than a helpful message.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
defaultenv/bin/init | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/defaultenv/bin/init b/defaultenv/bin/init
index 877b541..b66f7d9 100644
--- a/defaultenv/bin/init
+++ b/defaultenv/bin/init
@@ -28,9 +28,6 @@ echo
echo -n "Hit any key to stop autoboot: "
timeout -a $autoboot_timeout
if [ $? != 0 ]; then
- echo
- update -h
- echo
exit
fi
--
1.7.2.3
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2011-01-20 8:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-20 8:47 Default environment patches Sascha Hauer
2011-01-20 8:47 ` [PATCH 1/2] defaultenv: only try to add partitions when partition description exists Sascha Hauer
2011-01-20 8:47 ` Sascha Hauer [this message]
2011-01-20 8:57 ` [PATCH 2/2] defaultenv: do not print usage information for update script Eric Bénard
2011-01-20 15:25 ` Jean-Christophe PLAGNIOL-VILLARD
2011-01-20 15:37 ` Eric Bénard
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=1295513272-22108-3-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox