summaryrefslogtreecommitdiffstats
path: root/release/picobsd
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2002-03-11 05:46:18 +0000
committerluigi <luigi@FreeBSD.org>2002-03-11 05:46:18 +0000
commit2f70b8739db17d40182c1c318134f19fc491a097 (patch)
tree7a26f6945ff0fde6c04f1ac1d807572a27055edc /release/picobsd
parentc41381fd39e7171bb233f7887b0e0e24f244788e (diff)
downloadFreeBSD-src-2f70b8739db17d40182c1c318134f19fc491a097.zip
FreeBSD-src-2f70b8739db17d40182c1c318134f19fc491a097.tar.gz
Make appropriate changes to use devfs.
Add a reference to the fd_size variable to set floppy size.
Diffstat (limited to 'release/picobsd')
-rw-r--r--release/picobsd/build/config10
1 files changed, 6 insertions, 4 deletions
diff --git a/release/picobsd/build/config b/release/picobsd/build/config
index f3bc238..6d85381 100644
--- a/release/picobsd/build/config
+++ b/release/picobsd/build/config
@@ -5,11 +5,13 @@
# 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 contains the list of links to be created on the mfs image.
+# o_no_devfs is set to an empty string to inform the build script that
+# we are using devfs (this need to be done in a less confusing way sometime...)
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"}
+o_no_devfs="" # we have devfs.
+
+# fd_size="2880" # use this variable to set floppy sizes (in KBytes)
OpenPOWER on IntegriCloud