summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-20 20:27:54 +0000
committerjhb <jhb@FreeBSD.org>2001-11-20 20:27:54 +0000
commitc015c290eda89105de3efa6c03c9be3e20ba4c87 (patch)
tree79fa7e219d7722d2c131737acecc349c57371326 /release/Makefile
parent07e6e051e2eaf0efabdcbf8494b01331f6051c21 (diff)
downloadFreeBSD-src-c015c290eda89105de3efa6c03c9be3e20ba4c87.zip
FreeBSD-src-c015c290eda89105de3efa6c03c9be3e20ba4c87.tar.gz
Bump the mfsroot up from 2880 to 3200 for Alpha so it fits again. Use
a label of auto instead of the fixed size minimum2 so that the bump in size actually has an effect.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 1263fe0..18d9d5d 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -165,14 +165,14 @@ BIGBOOTLABEL= minimum2
.elif ${MACHINE_ARCH} == "alpha"
BOOTSIZE= 1440
FIXITSIZE= 2880
-MFSSIZE= 2880
+MFSSIZE= 3200
BIGBOOTSIZE= 2880
BOOTINODE= 80000
FIXITINODE= 4000
MFSINODE= 8000
BOOTLABEL= fd1440
FIXITLABEL= minimum2
-MFSLABEL= minimum2
+MFSLABEL= auto
BIGBOOTLABEL= minimum2
.endif
OpenPOWER on IntegriCloud