Fix recent fixit.flp flood:

- don't make device files since we are in the DEVFS era.
	  (for the last resort, fixit.flp still has /dev/MAKEDEV.)
	- increase FIXITINODE size to 10 times (40000).

After this change, we have 42kbytes of free space, and 38
of free inodes (confirmed with 5.0-CURRENT-20020327-JPSNAP).

Since 4-stable doesn't have DEVFS, we can't MFC this (except FIXITINODE).
This commit is contained in:
Makoto Matsushita 2002-04-02 15:07:34 +00:00
parent 86cf1335d5
commit 203f3bd49f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93671

View File

@ -150,7 +150,7 @@ BOOTSIZE= 1440
FIXITSIZE= 1440
MFSSIZE= 4320
BOOTINODE= 80000
FIXITINODE= 4000
FIXITINODE= 40000
MFSINODE= 8000
SMALLBOOTLABEL= fd1200
BOOTLABEL= fd1440
@ -162,7 +162,7 @@ FIXITSIZE= 1440
MFSSIZE= 4320
BIGBOOTSIZE= 2880
BOOTINODE= 80000
FIXITINODE= 4000
FIXITINODE= 40000
MFSINODE= 8000
BOOTLABEL= fd1440
FIXITLABEL= fd1440
@ -175,7 +175,7 @@ FIXITSIZE= 2880
MFSSIZE= 4320
BIGBOOTSIZE= 2880
BOOTINODE= 80000
FIXITINODE= 4000
FIXITINODE= 40000
MFSINODE= 8000
BOOTLABEL= fd1440
FIXITLABEL= minimum2
@ -694,8 +694,7 @@ release.9:
DIR=${RD}/fixitfd/stand ZIP=false
@( cd ${RD}/fixitfd/dev && \
cp ${RD}/trees/bin/dev/MAKEDEV MAKEDEV && \
chmod 755 MAKEDEV && \
sh MAKEDEV fixit )
chmod 755 MAKEDEV)
@cp ${RD}/trees/bin/etc/spwd.db ${RD}/trees/bin/etc/group \
${RD}/trees/bin/etc/protocols ${RD}/fixitfd/etc
@cp ${RD}/trees/bin/usr/share/misc/scsi_modes \