Module Name:    src
Committed By:   jym
Date:           Sun Feb 13 04:37:21 UTC 2011

Modified Files:
        src/sys/arch/i386/conf: GENERIC

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1012 -r1.1013 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1012 src/sys/arch/i386/conf/GENERIC:1.1013
--- src/sys/arch/i386/conf/GENERIC:1.1012	Sun Feb 13 04:22:41 2011
+++ src/sys/arch/i386/conf/GENERIC	Sun Feb 13 04:37:21 2011
@@ -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 @@
 
 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_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

Reply via email to