Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf increase size to allow for dhclient



details:   https://anonhg.NetBSD.org/src/rev/edd0e299ad8b
branches:  trunk
changeset: 488125:edd0e299ad8b
user:      cyber <cyber%NetBSD.org@localhost>
date:      Sun Jun 18 23:53:32 2000 +0000

description:
increase size to allow for dhclient

diffstat:

 sys/arch/i386/conf/INSTALL |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1444462ef884 -r edd0e299ad8b sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Sun Jun 18 23:50:02 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL        Sun Jun 18 23:53:32 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.147 2000/06/11 02:41:10 mycroft Exp $
+#      $NetBSD: INSTALL,v 1.148 2000/06/18 23:53:32 cyber Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -15,7 +15,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # force root on memory disk
 options        MEMORY_DISK_SERVER=0    # no userspace memory disk support
-options        MINIROOTSIZE=3072       # size of memory disk, in blocks
+options        MINIROOTSIZE=4096       # size of memory disk, in blocks
 #options       MINIROOTSIZE=2880       # 1.44M, same as a floppy
 
 makeoptions    COPTS="-Os"             # generates smaller code than -O2, -O1
@@ -642,7 +642,7 @@
 #pseudo-device vnd             4       # disk-like interface to files
 
 # network pseudo-devices
-#pseudo-device bpfilter        8       # Berkeley packet filter
+pseudo-device  bpfilter        8       # Berkeley packet filter
 #pseudo-device ipfilter                # IP filter (firewall) and NAT
 pseudo-device  loop                    # network loopback
 pseudo-device  ppp             2       # Point-to-Point Protocol



Home | Main Index | Thread Index | Old Index