config revision 72770
172770Sluigi# config variables for PicoBSD floppies.
272770Sluigi# This file is sourced by the main build script. It should
372770Sluigi# only contain assignment to shell variables.
472770Sluigi#
572770Sluigi# The type-specific "config" file is sourced after this one, so
672770Sluigi# you can override things there.
772770Sluigi
872770Sluigi# The two variables below contain the list of links and device entries
972770Sluigi# which are created on the mfs image.
1072770Sluigi
1172770SluigiSTAND_LINKS=${STAND_LINKS:-"bin sbin usr/bin usr/sbin usr/libexec \
1272770Sluigi	usr/local/bin"}
1372770Sluigi
1472770SluigiMY_DEVS=${MY_DEVS:-"std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 ad0 pty0 \
1572770Sluigi	ttyd0 cuaa0 bpf0 bpf1 sa0 sa1"}
16