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 Compile FFS and NFS statically (e.g. not ...



details:   https://anonhg.NetBSD.org/src/rev/95d96f86e105
branches:  trunk
changeset: 762008:95d96f86e105
user:      jym <jym%NetBSD.org@localhost>
date:      Sun Feb 13 04:37:21 2011 +0000

description:
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

diffstat:

 sys/arch/i386/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 6cd660be314a -r 95d96f86e105 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Feb 13 04:22:41 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Feb 13 04:37:21 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index