diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-25 10:28:49 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-25 10:28:49 +0000 |
commit | 696d35f3b13afe373a3def0699a693ad4c7f01c4 (patch) | |
tree | df0f1c71ec63c96caafba86b2dbe6869841f9a74 /sys | |
parent | ded87fcb7aac503ddde0f40c7513c23d7f29802c (diff) |
..and EXT2FS for all.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index d1764450af3..c43f52a8bc1 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.21 1997/06/23 19:04:27 kstailey Exp $ +# $OpenBSD: GENERIC,v 1.22 1997/06/25 10:28:48 downsj Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -33,6 +33,7 @@ option LKM # loadable kernel modules option FFS # UFS option QUOTA # UFS quotas #option LFS # log-structured file system +option EXT2FS # Second Extended Filesystem option MFS # memory file system |