]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - release/picobsd/build/config
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / release / picobsd / build / config
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 # STAND_LINKS contains the list of links to be created on the mfs image.
9 # o_no_devfs is set to an empty string to inform the build script that
10 # we are using devfs (this need to be done in a less confusing way sometime...)
11
12 STAND_LINKS=${STAND_LINKS:-"bin sbin usr/bin usr/sbin usr/libexec \
13         usr/local/bin"}
14
15 o_no_devfs="" # we have devfs.
16
17 # fd_size="2880"  # use this variable to set floppy sizes (in KBytes)