mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 1/1] defaultenv-2: move ps1 to base/init/ps1
Date: Mon, 21 Jan 2013 09:04:56 +0100	[thread overview]
Message-ID: <20130121080456.GT1906@pengutronix.de> (raw)
In-Reply-To: <1358581075-22223-1-git-send-email-plagnioj@jcrosoft.com>

On Sat, Jan 19, 2013 at 08:37:55AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote:
> so we can overwrite it
> 
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Applied, thanks

Sascha

> ---
>  defaultenv-2/base/bin/init |    6 ------
>  defaultenv-2/base/init/ps1 |    9 +++++++++
>  2 files changed, 9 insertions(+), 6 deletions(-)
>  create mode 100644 defaultenv-2/base/init/ps1
> 
> diff --git a/defaultenv-2/base/bin/init b/defaultenv-2/base/bin/init
> index bb4abcd..2a1f6a1 100644
> --- a/defaultenv-2/base/bin/init
> +++ b/defaultenv-2/base/bin/init
> @@ -15,12 +15,6 @@ global editcmd=sedit
>  
>  /env/config
>  
> -if [ ${global.allow_color} = "true" ]; then
> -        export PS1="\e[1;32mbarebox@\e[1;36m\h:\w\e[0m "
> -else
> -        export PS1="barebox@\h:\w "
> -fi
> -
>  if [ -e /env/menu ]; then
>  	echo -e -n "\nHit m for menu or any other key to stop autoboot: "
>  else
> diff --git a/defaultenv-2/base/init/ps1 b/defaultenv-2/base/init/ps1
> new file mode 100644
> index 0000000..fcbf4b6
> --- /dev/null
> +++ b/defaultenv-2/base/init/ps1
> @@ -0,0 +1,9 @@
> +#!/bin/sh
> +
> +/env/config
> +
> +if [ ${global.allow_color} = "true" ]; then
> +        export PS1="\e[1;32mbarebox@\e[1;36m\h:\w\e[0m "
> +else
> +        export PS1="barebox@\h:\w "
> +fi
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      reply	other threads:[~2013-01-21  8:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-19  7:37 Jean-Christophe PLAGNIOL-VILLARD
2013-01-21  8:04 ` Sascha Hauer [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=20130121080456.GT1906@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=plagnioj@jcrosoft.com \
    /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