diff options
author | jkh <jkh@FreeBSD.org> | 1996-07-05 21:48:49 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-07-05 21:48:49 +0000 |
commit | 5aa5e5a7d8841c59bccec62f6846d150d04736e6 (patch) | |
tree | d704aa8f61a764de49c426e43312e2ac84ad89c3 /release | |
parent | 1777d0fcc2431ee20e7be97dcded78e49e260294 (diff) | |
download | FreeBSD-src-5aa5e5a7d8841c59bccec62f6846d150d04736e6.zip FreeBSD-src-5aa5e5a7d8841c59bccec62f6846d150d04736e6.tar.gz |
Bump value for MFSINODE
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 7c087e5..3d1b374 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.227 1996/06/29 02:22:36 jkh Exp $ +# $Id: Makefile,v 1.228 1996/07/05 08:53:54 jkh Exp $ # # How to roll a release: # @@ -42,7 +42,7 @@ ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 - # Upper size for the mfs in the boot.flp kernel. # These are adjusted down to the minimum needed but doFS.sh. BOOTMFSSIZE= 1200 -MFSINODE= 40000 +MFSINODE= 42000 # Things which will get you into trouble if you change them DISTRIBUTIONS= bin ${EXTRA_DISTS} |