diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-11-20 20:27:54 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-11-20 20:27:54 +0000 |
| commit | 114de50e0d2e6278d297e40c33258ae8f0490764 (patch) | |
| tree | 79fa7e219d7722d2c131737acecc349c57371326 | |
| parent | ef48c744aa3ec0ef553ba24bedf88c760132ff2b (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 1263fe094fc6..18d9d5dfca24 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 |
