summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2002-03-30 02:31:17 +0000
committermurray <murray@FreeBSD.org>2002-03-30 02:31:17 +0000
commit8b64ecbffc9c8cab81052c54ee289f453ca51774 (patch)
treeab16c8baf50c6e97250ac507745a576ec965d549 /release
parent08a102c3c418635d83c4bbbdd19e5bb6237ae836 (diff)
downloadFreeBSD-src-8b64ecbffc9c8cab81052c54ee289f453ca51774.zip
FreeBSD-src-8b64ecbffc9c8cab81052c54ee289f453ca51774.tar.gz
Bump MFSSIZE to the value used by i386 and pc98. This larger MFS
filesystem will still compress below the 1.44 megabyte threshold for the floppy image.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 04c4400..2131db4 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -172,7 +172,7 @@ BIGBOOTLABEL= minimum2
.elif ${MACHINE_ARCH} == "alpha"
BOOTSIZE= 1440
FIXITSIZE= 2880
-MFSSIZE= 3200
+MFSSIZE= 4320
BIGBOOTSIZE= 2880
BOOTINODE= 80000
FIXITINODE= 4000
OpenPOWER on IntegriCloud