diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-05-12 08:02:48 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-05-12 08:02:48 +0000 |
| commit | 30c107ccb26e11f51e48be36bade753d2659eff4 (patch) | |
| tree | 1a2b276e974fa30b7a7fb99043f5f2aa49cbbfe2 | |
| parent | 56594472c0af3966056e81a7261dce752348d0a8 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 95929450ba022..921ec89798662 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.348 1998/04/15 18:28:27 msmith Exp $ +# $Id: Makefile,v 1.349 1998/05/08 13:49:16 jkh 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 1468006 - +ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 - # Upper size for the mfs in the boot.flp kernel. # These are adjusted down to the minimum needed by doFS.sh. |
