summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-05-12 08:02:48 +0000
committerjkh <jkh@FreeBSD.org>1998-05-12 08:02:48 +0000
commit4d5174827c617b38a9fc99956b1a11d62a778743 (patch)
treed054bb3fd65d4cc47072b397437d50dfc24e8bdb /release/Makefile
parenta9b617c2dcf7cd1574b4930586c5e9ea52b8db6d (diff)
downloadFreeBSD-src-4d5174827c617b38a9fc99956b1a11d62a778743.zip
FreeBSD-src-4d5174827c617b38a9fc99956b1a11d62a778743.tar.gz
Go back to 240640 split size. Interesting experiment but somebody
still needs to figure out the 1.2MB floppy problem before we touch (or possibly eliminate) this value.
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 9592945..921ec89 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.
OpenPOWER on IntegriCloud