diff options
-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 |