Remove ISO and NS networking - the eon0 device is pretty confusing
in sysinst. XXX - we actually should remove it from GENERIC too.
This commit is contained in:
parent
47fc3d392b
commit
eed884e62f
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.20 2006/06/30 10:27:48 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.21 2006/08/18 21:37:31 martin Exp $
|
||||
#
|
||||
# NOTE: this file only needs *additional* things for the install
|
||||
# kernel, that are not already included in GENERIC32!
|
||||
|
@ -6,7 +6,7 @@
|
|||
|
||||
include "arch/sparc64/conf/GENERIC"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.20 $"
|
||||
#ident "INSTALL-$Revision: 1.21 $"
|
||||
|
||||
makeoptions COPTS="-Os"
|
||||
|
||||
|
@ -23,3 +23,6 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
|||
## The miniroot size must be kept in sync manually with the size of
|
||||
## the `miniroot' image (which is built in distrib/sparc64/miniroot).
|
||||
options MEMORY_DISK_ROOT_SIZE=10240 # size of memory disk, in blocks
|
||||
|
||||
# remove ISO networking
|
||||
no options NS, ISO, TPIP, EON
|
||||
|
|
Loading…
Reference in New Issue