Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf Enable MSDOSFS since the kernel lives ...



details:   https://anonhg.NetBSD.org/src/rev/03a67646e48e
branches:  trunk
changeset: 338338:03a67646e48e
user:      matt <matt%NetBSD.org@localhost>
date:      Tue May 19 02:30:57 2015 +0000

description:
Enable MSDOSFS since the kernel lives on a MSDOS fs.

diffstat:

 sys/arch/evbmips/conf/ERLITE |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 3e083148aea8 -r 03a67646e48e sys/arch/evbmips/conf/ERLITE
--- a/sys/arch/evbmips/conf/ERLITE      Tue May 19 01:14:40 2015 +0000
+++ b/sys/arch/evbmips/conf/ERLITE      Tue May 19 02:30:57 2015 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ERLITE,v 1.6 2015/05/17 14:17:52 martin Exp $
+#      $NetBSD: ERLITE,v 1.7 2015/05/19 02:30:57 matt Exp $
 
 include        "arch/mips/conf/std.octeon"
 include        "arch/evbmips/conf/files.octeon"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ERLITE-$Revision: 1.6 $"
+#ident                 "ERLITE-$Revision: 1.7 $"
 
 maxusers       32
 
@@ -70,7 +70,7 @@
 file-system    PROCFS          # /proc
 #file-system   CD9660          # ISO 9660 + Rock Ridge file system
 #file-system   UNION           # union file system
-#file-system   MSDOSFS         # MS-DOS FAT filesystem(s).
+file-system    MSDOSFS         # MS-DOS FAT filesystem(s).
 #file-system   CODA            # Coda File System; also needs vcoda (below)
 file-system    PTYFS           # /dev/pts/N support
 



Home | Main Index | Thread Index | Old Index