summaryrefslogtreecommitdiffstats
path: root/release/picobsd/build/config
diff options
context:
space:
mode:
Diffstat (limited to 'release/picobsd/build/config')
-rw-r--r--release/picobsd/build/config15
1 files changed, 15 insertions, 0 deletions
diff --git a/release/picobsd/build/config b/release/picobsd/build/config
new file mode 100644
index 0000000..f3bc238
--- /dev/null
+++ b/release/picobsd/build/config
@@ -0,0 +1,15 @@
+# config variables for PicoBSD floppies.
+# This file is sourced by the main build script. It should
+# only contain assignment to shell variables.
+#
+# The type-specific "config" file is sourced after this one, so
+# you can override things there.
+
+# The two variables below contain the list of links and device entries
+# which are created on the mfs image.
+
+STAND_LINKS=${STAND_LINKS:-"bin sbin usr/bin usr/sbin usr/libexec \
+ usr/local/bin"}
+
+MY_DEVS=${MY_DEVS:-"std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 ad0 pty0 \
+ ttyd0 cuaa0 bpf0 bpf1 sa0 sa1"}
OpenPOWER on IntegriCloud