summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-03-15 14:56:22 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-03-15 14:56:22 +0000
commitec0695df77d432aca172b7e84e99a768f4fa0217 (patch)
tree89a64ec8a6e0521ca3dcbbe9ec14873c918aa088
parent7c43026e2971e9bea0be4ec5606b7108115878e1 (diff)
enable softupdates
-rw-r--r--sys/arch/i386/conf/LUCIFIER3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/LUCIFIER b/sys/arch/i386/conf/LUCIFIER
index c2509de0cea..9130d0c5aac 100644
--- a/sys/arch/i386/conf/LUCIFIER
+++ b/sys/arch/i386/conf/LUCIFIER
@@ -1,4 +1,4 @@
-# $OpenBSD: LUCIFIER,v 1.11 1998/02/21 06:26:15 mickey Exp $
+# $OpenBSD: LUCIFIER,v 1.12 1998/03/15 14:56:21 mickey Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -49,6 +49,7 @@ option COMPAT_43 # and 4.3BSD
option LKM # loadable kernel modules
option FFS # UFS
+option FFS_SOFTUPDATES # enable ffs softupdates
option QUOTA # UFS quotas
#option LFS # log-structured file system
option EXT2FS # Second Extended Filesystem