From ce92768d587635b18a2cd83b2c3bccbd2f6898a6 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 29 Sep 1997 15:42:14 +0000 Subject: add ext2fs support to boot floppy. --- sys/arch/i386/conf/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index 7c0ade8d6b2..7ac4770749a 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.47 1997/08/28 08:00:15 mikel Exp $ +# $NetBSD: INSTALL,v 1.48 1997/09/29 15:42:14 perry Exp $ # # INSTALL -- an installation kernel config. # This kernel should be derived from GENERIC with ramdisk @@ -68,7 +68,7 @@ options COMPAT_12 # NetBSD 1.2, options LKM # loadable kernel modules file-system FFS # UFS -#file-system EXT2FS # second extended file system (linux) +file-system EXT2FS # second extended file system (linux) #file-system LFS # log-structured file system file-system MFS # memory file system file-system NFS # Network File System client -- cgit