Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/dreamcast/conf On a system with no default writable...



details:   https://anonhg.NetBSD.org/src/rev/1048b256eb50
branches:  trunk
changeset: 780236:1048b256eb50
user:      abs <abs%NetBSD.org@localhost>
date:      Tue Jul 17 08:05:17 2012 +0000

description:
On a system with no default writable local media, the union file system can be handy

diffstat:

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

diffs (18 lines):

diff -r 504a45d18c5b -r 1048b256eb50 sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC   Tue Jul 17 06:12:11 2012 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC   Tue Jul 17 08:05:17 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.106 2012/03/10 21:51:50 joerg Exp $
+# $NetBSD: GENERIC,v 1.107 2012/07/17 08:05:17 abs Exp $
 #
 # GENERIC machine description file
 # 
@@ -83,7 +83,7 @@
 #file-system   NULLFS          # loopback file system
 #file-system   OVERLAY         # overlay file system
 #file-system   UMAPFS          # NULLFS + uid and gid remapping
-#file-system   UNION           # union file system
+file-system    UNION           # union file system
 file-system    PTYFS           # /dev/pts/N support
 file-system    TMPFS           # Efficient memory file-system
 #file-system   UDF             # experimental - OSTA UDF CD/DVD file-system



Home | Main Index | Thread Index | Old Index