* [PATCH] defenv2: comment setting default values in /env/config
@ 2013-02-22 9:12 Fabio Porcedda
0 siblings, 0 replies; only message in thread
From: Fabio Porcedda @ 2013-02-22 9:12 UTC (permalink / raw)
To: barebox
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 <fabio.porcedda@gmail.com>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-22 9:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-22 9:12 [PATCH] defenv2: comment setting default values in /env/config Fabio Porcedda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox