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
892062Sluigi# STAND_LINKS contains the list of links to be created on the mfs image.
992062Sluigi# o_no_devfs is set to an empty string to inform the build script that
1092062Sluigi# we are using devfs (this need to be done in a less confusing way sometime...)
1172770Sluigi
1272770SluigiSTAND_LINKS=${STAND_LINKS:-"bin sbin usr/bin usr/sbin usr/libexec \
1372770Sluigi	usr/local/bin"}
1472770Sluigi
1592062Sluigio_no_devfs="" # we have devfs.
1692062Sluigi
1792062Sluigi# fd_size="2880"  # use this variable to set floppy sizes (in KBytes)
18