From 4796114fef9ab8d654e1bc333c929e6343e69b6c Mon Sep 17 00:00:00 2001 From: soren Date: Thu, 1 Jun 2000 14:21:44 +0000 Subject: [PATCH] Add ext2fs. --- sys/arch/cobalt/conf/GENERIC | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/cobalt/conf/GENERIC b/sys/arch/cobalt/conf/GENERIC index 52a37b714b69..fe30bad1b372 100644 --- a/sys/arch/cobalt/conf/GENERIC +++ b/sys/arch/cobalt/conf/GENERIC @@ -1,8 +1,8 @@ -# $NetBSD: GENERIC,v 1.5 2000/05/08 13:49:46 augustss Exp $ +# $NetBSD: GENERIC,v 1.6 2000/06/01 14:21:44 soren Exp $ include "arch/cobalt/conf/std.cobalt" -#ident "GENERIC-$Revision: 1.5 $" +#ident "GENERIC-$Revision: 1.6 $" maxusers 32 @@ -37,6 +37,7 @@ options COMPAT_43 # compatibility with 4.3BSD binaries # File systems file-system FFS # Berkeley Fast Filesystem +file-system EXT2FS # second extended file system (linux) file-system NFS # Sun NFS-compatible filesystem client file-system KERNFS # kernel data-structure filesystem #file-system NULLFS # NULL layered filesystem