diff options
author | luigi <luigi@FreeBSD.org> | 2002-03-15 08:46:18 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2002-03-15 08:46:18 +0000 |
commit | 6d841eb6793731b4f0a5364bee3fae8252606964 (patch) | |
tree | 32ff6fcac34da54018480b6c9a895e59ccba7b89 /release/picobsd/net | |
parent | c3f569ead943b12dcfa16cba1f5f3c3f05ebb201 (diff) | |
download | FreeBSD-src-6d841eb6793731b4f0a5364bee3fae8252606964.zip FreeBSD-src-6d841eb6793731b4f0a5364bee3fae8252606964.tar.gz |
Batch of fixes to the configuration files from Bruce Montague
Diffstat (limited to 'release/picobsd/net')
-rw-r--r-- | release/picobsd/net/PICOBSD | 6 | ||||
-rw-r--r-- | release/picobsd/net/crunch.conf | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/release/picobsd/net/PICOBSD b/release/picobsd/net/PICOBSD index 994a50b..6129174 100644 --- a/release/picobsd/net/PICOBSD +++ b/release/picobsd/net/PICOBSD @@ -18,7 +18,7 @@ maxusers 10 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem -options NFS_NOSERVER #Network Filesystem +options NFSCLIENT #Network Filesystem options MD_ROOT #MFS as root options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem @@ -26,7 +26,6 @@ options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT -options PCI_QUIET options COMPAT_OLDISA #Use ISA shims and glue for old drivers #options DEVFS # Support for bridging and bandwidth limiting @@ -65,7 +64,8 @@ device ppi # # The following Ethernet NICs are all PCI devices. # -device de +device miibus +device dc device fxp # Order is important here due to intrusive probes, do *not* alphabetize diff --git a/release/picobsd/net/crunch.conf b/release/picobsd/net/crunch.conf index 4323e56..40e6969 100644 --- a/release/picobsd/net/crunch.conf +++ b/release/picobsd/net/crunch.conf @@ -7,6 +7,8 @@ # Default build options. buildopts -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC +# sources for ns & vm & login and other picobsd-specific programs +srcdirs /usr/src/release/picobsd/tinyware # other sources srcdirs /usr/src/bin srcdirs /usr/src/sbin/i386 @@ -15,8 +17,6 @@ srcdirs /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin srcdirs /usr/src/usr.sbin srcdirs /usr/src/libexec -# sources for ns & vm -srcdirs /usr/src/release/picobsd/tinyware progs sh test echo hostname ln login getty stty progs inetd telnetd w msg kget reboot |