diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-10-28 00:43:37 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-10-28 00:43:37 +0000 |
commit | 05d5124b468036eba5839c2d4847c72ccaaaaa5f (patch) | |
tree | 4ec3f63b89085ca7d61c667046c7faa3f9f92c83 /sys/arch/i386 | |
parent | 20e2cdd55409da4d15c6550ee835ba3066c1dc5b (diff) |
Enable quotas
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GANDALF | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF index acf1707f083..e92a24f1658 100644 --- a/sys/arch/i386/conf/GANDALF +++ b/sys/arch/i386/conf/GANDALF @@ -1,7 +1,7 @@ # # GANDALF -- Dual Tyan P5/133 PCI/EISA bus # -# $OpenBSD: GANDALF,v 1.15 1996/10/24 23:25:08 downsj Exp $ +# $OpenBSD: GANDALF,v 1.16 1996/10/28 00:43:36 tholo Exp $ # machine i386 # architecture, used by config; REQUIRED @@ -52,7 +52,7 @@ option COMPAT_FREEBSD # binary compatibility with FreeBSD option LKM # loadable kernel modules option FFS # UFS -#option QUOTA # UFS quotas +option QUOTA # UFS quotas #option LFS # log-structured file system option MFS # memory file system @@ -78,7 +78,6 @@ option INET # IP + ICMP + TCP + UDP #option EON # OSI tunneling over IP #option CCITT,LLC,HDLC # X.25 option "NMBCLUSTERS=1024" -option "TCP_DO_RFC1323=0" config bsd root on sd0a swap on sd0b and sd1b dumps on sd0b |