diff options
author | jkh <jkh@FreeBSD.org> | 1996-12-12 19:46:21 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-12-12 19:46:21 +0000 |
commit | 54495bebc39bee6c22296aefc911b8e1c858b6db (patch) | |
tree | e58da041eb6dea7e91b973d124641f0a70c5acb1 /release/Makefile | |
parent | 469f32f784e57c3101f9c364a8b7dd1c561176e5 (diff) | |
download | FreeBSD-src-54495bebc39bee6c22296aefc911b8e1c858b6db.zip FreeBSD-src-54495bebc39bee6c22296aefc911b8e1c858b6db.tar.gz |
Allocate more inodes for general use now that we have the room.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index b443821..5eb9cce 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.260 1996/12/08 18:21:29 joerg Exp $ +# $Id: Makefile,v 1.261 1996/12/11 18:26:19 jkh Exp $ # # How to roll a release: # @@ -45,7 +45,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 by doFS.sh. BOOTMFSSIZE= 1440 -MFSINODE= 110000 +MFSINODE= 80000 FIXITINODE= 28000 # Things which will get you into trouble if you change them |