diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-04-17 15:16:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-04-17 15:16:13 +0000 |
commit | 4825de226ab38f297de64b763e0f9e5708c9f0c0 (patch) | |
tree | 055b53cda98d0f7669e8a45dcbb37c1f1ebf6799 /sys/conf | |
parent | fc43a82e99fb95a67d2baba4b68ae5cf9bfa3be0 (diff) |
Add commented out entry for FFS2
Diffstat (limited to 'sys/conf')
-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 f1f33ea0648..e28eca4cfa5 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.126 2007/03/19 14:33:28 dlg Exp $ +# $OpenBSD: GENERIC,v 1.127 2007/04/17 15:16:12 millert Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -33,6 +33,7 @@ option COMPAT_43 # and 4.3BSD option LKM # loadable kernel modules option FFS # UFS +#option FFS2 # UFS2 option FFS_SOFTUPDATES # Soft updates option UFS_DIRHASH # hash large directories option QUOTA # UFS quotas |