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.
This commit is contained in:
parent
ef48c744aa
commit
114de50e0d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user