Module Name:    src
Committed By:   jym
Date:           Sun Feb 13 04:42:54 UTC 2011

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

Log Message:
Comment out FFS and NFS, they are part of GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/i386/conf/MONOLITHIC

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/MONOLITHIC
diff -u src/sys/arch/i386/conf/MONOLITHIC:1.13 src/sys/arch/i386/conf/MONOLITHIC:1.14
--- src/sys/arch/i386/conf/MONOLITHIC:1.13	Wed Dec 15 08:09:02 2010
+++ src/sys/arch/i386/conf/MONOLITHIC	Sun Feb 13 04:42:54 2011
@@ -1,4 +1,4 @@
-# $NetBSD: MONOLITHIC,v 1.13 2010/12/15 08:09:02 haad Exp $
+# $NetBSD: MONOLITHIC,v 1.14 2011/02/13 04:42:54 jym Exp $
 #
 # Non MODULAR, used mostly as a reference as to what we modularized.
 #
@@ -21,12 +21,12 @@
 options 	COMPAT_LINUX	# binary compatibility with Linux
 options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
 
+#file-system 	FFS		# UFS
+#file-system 	NFS		# Network File System client
 # File systems
-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