Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Comment out FFS and NFS, they are part of...
details: https://anonhg.NetBSD.org/src/rev/799758211298
branches: trunk
changeset: 762009:799758211298
user: jym <jym%NetBSD.org@localhost>
date: Sun Feb 13 04:42:54 2011 +0000
description:
Comment out FFS and NFS, they are part of GENERIC.
diffstat:
sys/arch/i386/conf/MONOLITHIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 95d96f86e105 -r 799758211298 sys/arch/i386/conf/MONOLITHIC
--- a/sys/arch/i386/conf/MONOLITHIC Sun Feb 13 04:37:21 2011 +0000
+++ b/sys/arch/i386/conf/MONOLITHIC Sun Feb 13 04:42:54 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index