Compile FFS and NFS statically (e.g. not modular) for GENERIC. These

file-systems can be critical for mountroot; as kernel cannot have access
to module(7)s without having / mounted first... yes, you see the point.

See http://mail-index.netbsd.org/port-i386/2011/02/11/msg002323.html

XXX Hopefully, /stand does not reside in a separate partition :o
This commit is contained in:
jym 2011-02-13 04:37:21 +00:00
parent b2a87dbf2a
commit f79b9838c6
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.1012 2011/02/13 04:22:41 jym Exp $
# $NetBSD: GENERIC,v 1.1013 2011/02/13 04:37:21 jym Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.1012 $"
#ident "GENERIC-$Revision: 1.1013 $"
maxusers 64 # estimated number of users
@ -172,12 +172,12 @@ options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
#options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
#options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges
file-system FFS # UFS
file-system NFS # Network File System client
# File systems, built as module(7)s by default
#file-system FFS # UFS
#file-system EXT2FS # second extended file system (linux)
#file-system LFS # log-structured file system
#file-system MFS # memory file system
#file-system NFS # Network File System client
#file-system NTFS # Windows/NT file system (experimental)
#file-system CD9660 # ISO 9660 + Rock Ridge file system
#file-system MSDOSFS # MS-DOS file system