summaryrefslogtreecommitdiffstats
path: root/release/picobsd/isp
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1998-09-19 21:45:18 +0000
committerabial <abial@FreeBSD.org>1998-09-19 21:45:18 +0000
commit610fc53b706e00167cb0a44f97a34fbc26b9c814 (patch)
treeb117c3aeb343a605fab9c24ad1bcca9d3843a85e /release/picobsd/isp
parent9eb45a0dec6c96637a2032eeca3fe69847697efc (diff)
downloadFreeBSD-src-610fc53b706e00167cb0a44f97a34fbc26b9c814.zip
FreeBSD-src-610fc53b706e00167cb0a44f97a34fbc26b9c814.tar.gz
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...
Diffstat (limited to 'release/picobsd/isp')
-rw-r--r--release/picobsd/isp/conf/PICOBSD8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/picobsd/isp/conf/PICOBSD b/release/picobsd/isp/conf/PICOBSD
index 0e51c0c..3114bb8 100644
--- a/release/picobsd/isp/conf/PICOBSD
+++ b/release/picobsd/isp/conf/PICOBSD
@@ -1,5 +1,5 @@
#
-# $Id: PICOBSD,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
+# $Id: PICOBSD,v 1.2 1998/09/02 14:15:54 abial Exp $
#
machine "i386"
@@ -26,9 +26,9 @@ options VISUAL_USERCONFIG #visual boot -c editor
options IPFIREWALL
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPDIVERT
-options DEVFS
-options SLICE
+#options DEVFS
options PCI_QUIET
+options NO_LKM
# Support for bridging and bandwidth limiting
#options DUMMYNET
#options BRIDGE
@@ -128,4 +128,4 @@ pseudo-device ppp 8
pseudo-device tun 2
#pseudo-device vn
pseudo-device pty 16
-pseudo-device gzip # Exec gzipped a.out's
+#pseudo-device gzip # Exec gzipped a.out's
OpenPOWER on IntegriCloud