diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2002-03-11 08:03:07 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2002-03-11 08:03:07 +0000 |
| commit | 1fe994e78b7bfc32497a3075aa42a33e634fc0f3 (patch) | |
| tree | b8685fcbd23cfc912c14154870b3a60b9cc0b969 /release/picobsd | |
| parent | 183ccde6c6987c08bd3ff23393185b41181a1260 (diff) | |
Notes
Diffstat (limited to 'release/picobsd')
| -rw-r--r-- | release/picobsd/router/PICOBSD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/release/picobsd/router/PICOBSD b/release/picobsd/router/PICOBSD index e74f7bc0d929..8f6b93e97640 100644 --- a/release/picobsd/router/PICOBSD +++ b/release/picobsd/router/PICOBSD @@ -3,8 +3,8 @@ # #Line starting with #PicoBSD contains PicoBSD build parameters #marker def_sz init MFS_inodes floppy_inodes -#PicoBSD 820 oinit 3072 32768 -options MD_ROOT_SIZE=820 # same as def_sz +#PicoBSD 2000 oinit 3072 32768 +options MD_ROOT_SIZE=2000 # same as def_sz hints "PICOBSD.hints" machine i386 @@ -13,7 +13,7 @@ cpu I486_CPU cpu I586_CPU cpu I686_CPU ident PICOBSD -maxusers 10 +#maxusers 10 #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking @@ -27,7 +27,6 @@ options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT -options PCI_QUIET #options DEVFS options NO_SWAPPING # Support for bridging and bandwidth limiting @@ -54,7 +53,8 @@ device sio # 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 |
