From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ea0-f178.google.com ([209.85.215.178]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U8ofp-00024q-5b for barebox@lists.infradead.org; Fri, 22 Feb 2013 09:12:09 +0000 Received: by mail-ea0-f178.google.com with SMTP id a14so173062eaa.23 for ; Fri, 22 Feb 2013 01:12:05 -0800 (PST) From: Fabio Porcedda Date: Fri, 22 Feb 2013 10:12:01 +0100 Message-Id: <1361524321-21617-1-git-send-email-fabio.porcedda@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] defenv2: comment setting default values in /env/config To: barebox@lists.infradead.org There is no need to set againg deafult values in /env/config because they are already setted in /env/bin/init, that allow /env/config-board to change those default values without being overwritten by /env/config. Signed-off-by: Fabio Porcedda --- defaultenv-2/base/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/defaultenv-2/base/config b/defaultenv-2/base/config index 189e5a6..dec0595 100644 --- a/defaultenv-2/base/config +++ b/defaultenv-2/base/config @@ -6,16 +6,16 @@ #global.hostname= # set to false if you do not want to have colors -global.allow_color=true +#global.allow_color=true # user (used for network filenames) -global.user=none +#global.user=none # timeout in seconds before the default boot entry is started -global.autoboot_timeout=3 +#global.autoboot_timeout=3 # default boot entry (one of /env/boot/*) -global.boot.default=net +#global.boot.default=net # base bootargs #global.linux.bootargs.base="console=ttyS0,115200" -- 1.8.1.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox