Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf also add union file system



details:   https://anonhg.NetBSD.org/src/rev/3e51ee3279f8
branches:  trunk
changeset: 772626:3e51ee3279f8
user:      agc <agc%NetBSD.org@localhost>
date:      Mon Jan 09 19:25:40 2012 +0000

description:
also add union file system

diffstat:

 sys/arch/usermode/conf/GENERIC.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 86fd526adc2b -r 3e51ee3279f8 sys/arch/usermode/conf/GENERIC.common
--- a/sys/arch/usermode/conf/GENERIC.common     Mon Jan 09 17:45:03 2012 +0000
+++ b/sys/arch/usermode/conf/GENERIC.common     Mon Jan 09 19:25:40 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC.common,v 1.14 2012/01/08 19:23:37 agc Exp $
+# $NetBSD: GENERIC.common,v 1.15 2012/01/09 19:25:40 agc Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.14 $"
+#ident                 "GENERIC-$Revision: 1.15 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
@@ -38,6 +38,7 @@
 file-system    KERNFS
 file-system    NULLFS
 file-system    PROCFS
+file-system    UNION
 file-system    PTYFS
 file-system    TMPFS
 file-system    NFS



Home | Main Index | Thread Index | Old Index