Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcsh/conf Enable file-system MFS. sysinst(8) assum...
details: https://anonhg.NetBSD.org/src/rev/c74b6d662852
branches: trunk
changeset: 754470:c74b6d662852
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat May 01 11:28:40 2010 +0000
description:
Enable file-system MFS. sysinst(8) assumes it's default.
diffstat:
sys/arch/hpcsh/conf/GENERIC | 4 ++--
sys/arch/hpcsh/conf/HPW650PA | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r daa6045f5ca4 -r c74b6d662852 sys/arch/hpcsh/conf/GENERIC
--- a/sys/arch/hpcsh/conf/GENERIC Sat May 01 11:20:21 2010 +0000
+++ b/sys/arch/hpcsh/conf/GENERIC Sat May 01 11:28:40 2010 +0000
@@ -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
diff -r daa6045f5ca4 -r c74b6d662852 sys/arch/hpcsh/conf/HPW650PA
--- a/sys/arch/hpcsh/conf/HPW650PA Sat May 01 11:20:21 2010 +0000
+++ b/sys/arch/hpcsh/conf/HPW650PA Sat May 01 11:28:40 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index