summaryrefslogtreecommitdiffstats
path: root/defaultenv/defaultenv-2-base/config
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-02-20 10:19:25 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-02-21 17:06:50 +0100
commitb850dbad6557c4cd0e03c9b83be88579412cdd3f (patch)
tree482bf33f0f795da74243167520c9794523abad6f /defaultenv/defaultenv-2-base/config
parent464a531423f61b5d2c5108843e12ab7057a935bb (diff)
downloadbarebox-b850dbad6557c4cd0e03c9b83be88579412cdd3f.tar.gz
barebox-b850dbad6557c4cd0e03c9b83be88579412cdd3f.tar.xz
move defaultenv-2 to defaultenv/defaultenv-2-*
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'defaultenv/defaultenv-2-base/config')
-rw-r--r--defaultenv/defaultenv-2-base/config25
1 files changed, 25 insertions, 0 deletions
diff --git a/defaultenv/defaultenv-2-base/config b/defaultenv/defaultenv-2-base/config
new file mode 100644
index 0000000000..784ae52b80
--- /dev/null
+++ b/defaultenv/defaultenv-2-base/config
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+# change network settings in /env/network/eth0
+# change mtd partition settings and automountpoints in /env/init/*
+
+#global.hostname=
+
+# set to false if you do not want to have colors
+#global.allow_color=true
+
+# user (used for network filenames)
+#global.user=none
+
+# timeout in seconds before the default boot entry is started
+#global.autoboot_timeout=3
+
+# list of boot entries. These are executed in order until one
+# succeeds. An entry can be:
+# - a filename in /env/boot/
+# - a full path to a directory. All files in this directory are
+# treated as boot files and executed in alphabetical order
+#global.boot.default=net
+
+# base bootargs
+#global.linux.bootargs.base="console=ttyS0,115200"