From 2f70b8739db17d40182c1c318134f19fc491a097 Mon Sep 17 00:00:00 2001 From: luigi Date: Mon, 11 Mar 2002 05:46:18 +0000 Subject: Make appropriate changes to use devfs. Add a reference to the fd_size variable to set floppy size. --- release/picobsd/build/config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'release/picobsd') diff --git a/release/picobsd/build/config b/release/picobsd/build/config index f3bc238..6d85381 100644 --- a/release/picobsd/build/config +++ b/release/picobsd/build/config @@ -5,11 +5,13 @@ # The type-specific "config" file is sourced after this one, so # you can override things there. -# The two variables below contain the list of links and device entries -# which are created on the mfs image. +# STAND_LINKS contains the list of links to be created on the mfs image. +# o_no_devfs is set to an empty string to inform the build script that +# we are using devfs (this need to be done in a less confusing way sometime...) STAND_LINKS=${STAND_LINKS:-"bin sbin usr/bin usr/sbin usr/libexec \ usr/local/bin"} -MY_DEVS=${MY_DEVS:-"std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 ad0 pty0 \ - ttyd0 cuaa0 bpf0 bpf1 sa0 sa1"} +o_no_devfs="" # we have devfs. + +# fd_size="2880" # use this variable to set floppy sizes (in KBytes) -- cgit v1.1