diff options
author | Andrzej Bialecki <abial@FreeBSD.org> | 1998-09-19 21:45:18 +0000 |
---|---|---|
committer | Andrzej Bialecki <abial@FreeBSD.org> | 1998-09-19 21:45:18 +0000 |
commit | 7162850184180d661785a4492dc81923c52b19cc (patch) | |
tree | bda54ddf49cf6508f6144389d1b3049e1f7a20b6 /release/picobsd/router | |
parent | bfec642338341805cde3f4d1764e3a1992024fac (diff) | |
download | src-7162850184180d661785a4492dc81923c52b19cc.tar.gz src-7162850184180d661785a4492dc81923c52b19cc.zip |
Kill the remnants of DEVFS, since it's broken without the SLICE code...
Pity - it was _very_ handy.
This also required increasing of MFS size, so that PicoBSD consumes more
memory now...
Notes
Notes:
svn path=/head/; revision=39493
Diffstat (limited to 'release/picobsd/router')
-rw-r--r-- | release/picobsd/router/conf/PICOBSD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/release/picobsd/router/conf/PICOBSD b/release/picobsd/router/conf/PICOBSD index d6f549cc446c..d7d667c4c935 100644 --- a/release/picobsd/router/conf/PICOBSD +++ b/release/picobsd/router/conf/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.2 1998/08/31 13:21:45 abial Exp $ +# $Id: PICOBSD,v 1.3 1998/09/02 14:16:07 abial Exp $ # machine "i386" @@ -26,8 +26,8 @@ options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT options PCI_QUIET -options DEVFS -options SLICE +#options DEVFS +options NO_LKM options NO_SWAPPING # Support for bridging and bandwidth limiting #options DUMMYNET @@ -95,4 +95,4 @@ pseudo-device ether #pseudo-device bpfilter 4 pseudo-device ppp 4 pseudo-device pty 16 -pseudo-device gzip # Exec gzipped a.out's +#pseudo-device gzip # Exec gzipped a.out's |