Disable some things to make it a wee bit smaller.
This commit is contained in:
parent
f2fdc155a3
commit
fc8134ddce
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.37 2006/03/09 20:58:12 garbled Exp $
|
||||
# $NetBSD: INSTALL,v 1.38 2006/04/13 19:38:10 garbled Exp $
|
||||
#
|
||||
# INSTALL -- Installation kernel
|
||||
#
|
||||
|
@ -29,7 +29,7 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
|||
|
||||
# File systems
|
||||
file-system FFS # UFS
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
#file-system EXT2FS # second extended file system (linux)
|
||||
file-system MFS # memory file system
|
||||
file-system NFS # Network File System client
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
|
@ -49,8 +49,8 @@ options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
|||
|
||||
# Networking options
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
options NFS_BOOT_BOOTPARAM
|
||||
options NFS_BOOT_DHCP
|
||||
#options NFS_BOOT_BOOTPARAM
|
||||
#options NFS_BOOT_DHCP
|
||||
|
||||
#
|
||||
# wscons options
|
||||
|
|
Loading…
Reference in New Issue