diff --git a/release/Makefile b/release/Makefile index 45666f80d13..95929450ba0 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.347 1998/03/30 08:29:28 jkh Exp $ +# $Id: Makefile,v 1.348 1998/04/15 18:28:27 msmith Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -62,7 +62,7 @@ MNT= /mnt FDSIZE= 1440 FDLABEL= fd1440 -ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 - +ZIPNSPLIT= gzip --no-name -9 -c | split -b 1468006 - # Upper size for the mfs in the boot.flp kernel. # These are adjusted down to the minimum needed by doFS.sh.