Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/conf Add ext2 filesystem.
details: https://anonhg.NetBSD.org/src/rev/42d9c54519f2
branches: trunk
changeset: 472537:42d9c54519f2
user: tron <tron%NetBSD.org@localhost>
date: Sat May 01 10:20:01 1999 +0000
description:
Add ext2 filesystem.
diffstat:
sys/arch/amiga/conf/GENERIC | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 36009cae6e6d -r 42d9c54519f2 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC Sat May 01 09:26:32 1999 +0000
+++ b/sys/arch/amiga/conf/GENERIC Sat May 01 10:20:01 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.121 1999/04/19 21:22:56 kleink Exp $
+# $NetBSD: GENERIC,v 1.122 1999/05/01 10:20:01 tron Exp $
#
#if 0
@@ -64,6 +64,7 @@
# Filesystems
file-system FFS # Berkeley fast file system
+file-system EXT2FS # second extended file system (linux)
#file-system LFS # log-structured filesystem (experimental)
file-system MFS # Memory based filesystem
file-system NFS # Network File System client side code
@@ -79,9 +80,11 @@
file-system UNION # union filesystem
# Filesystem options
-options NFSSERVER # Network File System server side code
options QUOTA # User and group quotas in FFS
#options FFS_EI # FFS Endian Independant support
+options NFSSERVER # Network File System server side code
+#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
+ # immutable) behave as system flags.
#
# Compatability options for various existing systems
@@ -374,4 +377,3 @@
#options RND_COM # use "com" randomness as well (BROKEN)
config netbsd root on ? type ?
-
Home |
Main Index |
Thread Index |
Old Index