Deleted Added
full compact
config (72770) config (92062)
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
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.
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...)
10
11STAND_LINKS=${STAND_LINKS:-"bin sbin usr/bin usr/sbin usr/libexec \
12 usr/local/bin"}
13
11
12STAND_LINKS=${STAND_LINKS:-"bin sbin usr/bin usr/sbin usr/libexec \
13 usr/local/bin"}
14
14MY_DEVS=${MY_DEVS:-"std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 ad0 pty0 \
15 ttyd0 cuaa0 bpf0 bpf1 sa0 sa1"}
15o_no_devfs="" # we have devfs.
16
17# fd_size="2880" # use this variable to set floppy sizes (in KBytes)