Module Name:    src
Committed By:   tsutsui
Date:           Sat May  1 11:28:41 UTC 2010

Modified Files:
        src/sys/arch/hpcsh/conf: GENERIC HPW650PA

Log Message:
Enable file-system MFS. sysinst(8) assumes it's default.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/hpcsh/conf/GENERIC
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hpcsh/conf/HPW650PA

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hpcsh/conf/GENERIC
diff -u src/sys/arch/hpcsh/conf/GENERIC:1.88 src/sys/arch/hpcsh/conf/GENERIC:1.89
--- src/sys/arch/hpcsh/conf/GENERIC:1.88	Fri Apr 16 13:48:32 2010
+++ src/sys/arch/hpcsh/conf/GENERIC	Sat May  1 11:28:40 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.88 2010/04/16 13:48:32 pooka Exp $
+# $NetBSD: GENERIC,v 1.89 2010/05/01 11:28:40 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -112,7 +112,7 @@
 
 # File systems
 file-system 	FFS		# UFS
-#file-system 	MFS		# memory file system (requires FFS)
+file-system 	MFS		# memory file system (requires FFS)
 #file-system 	EXT2FS		# second extended file system (linux)
 file-system 	MSDOSFS		# MS-DOS file system
 file-system	NFS		# Sun NFS-compatible filesystem client

Index: src/sys/arch/hpcsh/conf/HPW650PA
diff -u src/sys/arch/hpcsh/conf/HPW650PA:1.27 src/sys/arch/hpcsh/conf/HPW650PA:1.28
--- src/sys/arch/hpcsh/conf/HPW650PA:1.27	Fri Apr 16 13:48:32 2010
+++ src/sys/arch/hpcsh/conf/HPW650PA	Sat May  1 11:28:40 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: HPW650PA,v 1.27 2010/04/16 13:48:32 pooka Exp $
+#	$NetBSD: HPW650PA,v 1.28 2010/05/01 11:28:40 tsutsui Exp $
 #
 #	HITACHI PERSONA HPW650PA
 #
@@ -40,6 +40,7 @@
 
 # File systems
 file-system 	FFS		# UFS
+file-system 	MFS		# memory file system (requires FFS)
 file-system 	MSDOSFS		# MS-DOS file system
 file-system	NFS		# Sun NFS-compatible filesystem client
 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support

Reply via email to