summaryrefslogtreecommitdiffstats
path: root/release/picobsd/build/config
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2001-02-20 17:09:40 +0000
committerluigi <luigi@FreeBSD.org>2001-02-20 17:09:40 +0000
commitb355ac847e96eddbeb016bde63ff04eb59893a19 (patch)
treeb7f4a612558641dbb94dcbafa4845c1290c1ed09 /release/picobsd/build/config
parentc5651ced8adce2866a4255bb79b1e4ffc6f3b3a8 (diff)
downloadFreeBSD-src-b355ac847e96eddbeb016bde63ff04eb59893a19.zip
FreeBSD-src-b355ac847e96eddbeb016bde63ff04eb59893a19.tar.gz
Bring the new script into -current. Still untested here, but there
is a high chance that they work modulo minor things.
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