config revision 72770
1# config variables for PicoBSD floppies.
2# This file is sourced by the main build script. It should
3# only contain assignment to shell variables.
4#
5# The type-specific "config" file is sourced after this one, so
6# you can override things there.
7
8# The two variables below contain the list of links and device entries
9# which are created on the mfs image.
10
11STAND_LINKS=${STAND_LINKS:-"bin sbin usr/bin usr/sbin usr/libexec \
12	usr/local/bin"}
13
14MY_DEVS=${MY_DEVS:-"std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 ad0 pty0 \
15	ttyd0 cuaa0 bpf0 bpf1 sa0 sa1"}
16