diff options
| author | perry <perry@NetBSD.org> | 1997-09-29 15:42:14 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1997-09-29 15:42:14 +0000 |
| commit | ce92768d587635b18a2cd83b2c3bccbd2f6898a6 (patch) | |
| tree | 7736c77c2d73f57405678dc84a20db2eb4f08f00 /sys | |
| parent | 4d4320a4924136db6754629f53508620d362adaf (diff) | |
add ext2fs support to boot floppy.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/i386/conf/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
