Allocate more inodes for general use now that we have the room.

This commit is contained in:
Jordan K. Hubbard 1996-12-12 19:46:21 +00:00
parent 8bb9c4c7ea
commit e050c77612
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20371

View file

@ -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