diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2002-03-11 05:46:18 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2002-03-11 05:46:18 +0000 |
| commit | a914eaada522e6abc8aaeb3132ec6696516f26bc (patch) | |
| tree | 7a26f6945ff0fde6c04f1ac1d807572a27055edc /release/picobsd/build | |
| parent | 6a615db5a93f8ae81f526c73e974d9f0394f8f4e (diff) | |
Notes
Diffstat (limited to 'release/picobsd/build')
| -rw-r--r-- | release/picobsd/build/config | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/release/picobsd/build/config b/release/picobsd/build/config index f3bc238e83ff..6d85381e5a44 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) |
