Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/bebox/conf Enable INCLUDE_CONFIG_FILE.



details:   https://anonhg.NetBSD.org/src/rev/d4a16316e4a2
branches:  trunk
changeset: 758268:d4a16316e4a2
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Oct 30 05:57:41 2010 +0000

description:
Enable INCLUDE_CONFIG_FILE.
Remove NTFS maybe unnecessary.

diffstat:

 sys/arch/bebox/conf/GENERIC |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 81745a9ea5f3 -r d4a16316e4a2 sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC       Sat Oct 30 05:46:12 2010 +0000
+++ b/sys/arch/bebox/conf/GENERIC       Sat Oct 30 05:57:41 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.122 2010/10/20 02:39:19 kiyohara Exp $
+# $NetBSD: GENERIC,v 1.123 2010/10/30 05:57:41 kiyohara Exp $
 #
 # GENERIC machine description file
 #
@@ -20,9 +20,9 @@
 
 include        "arch/bebox/conf/std.bebox"
 
-#options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
+options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.122 $"
+#ident                 "GENERIC-$Revision: 1.123 $"
 
 maxusers       32
 
@@ -80,7 +80,6 @@
 #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
 #file-system   FDESC           # /dev/fd



Home | Main Index | Thread Index | Old Index