summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2002-04-02 15:07:34 +0000
committermatusita <matusita@FreeBSD.org>2002-04-02 15:07:34 +0000
commitabc96715734af1438114308215116e86454d062a (patch)
tree137e912c7c2f34595cea20823a5eb35329197c17 /release
parent6a4765192387237e3834e620ec617605cdc81651 (diff)
downloadFreeBSD-src-abc96715734af1438114308215116e86454d062a.zip
FreeBSD-src-abc96715734af1438114308215116e86454d062a.tar.gz
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).
Diffstat (limited to 'release')
-rw-r--r--release/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/release/Makefile b/release/Makefile
index 51cac14..57cfda3 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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 \
OpenPOWER on IntegriCloud