summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-05-08 13:49:16 +0000
committerjkh <jkh@FreeBSD.org>1998-05-08 13:49:16 +0000
commit02bf655efa6550eac561ab57b439bb38b4f0a29e (patch)
tree7d60487bbd56dd5ba245211e6aa782de0cf7f9cb /release/Makefile
parentc6240f5b9e526e3baa5faeff6a53205b06b4987e (diff)
downloadFreeBSD-src-02bf655efa6550eac561ab57b439bb38b4f0a29e.zip
FreeBSD-src-02bf655efa6550eac561ab57b439bb38b4f0a29e.tar.gz
Try experimenting with the split size a little in an effort to
move our installation structure a little further into the 20th century (just before it's over). Instigated by: Dag-Erling Coidan <dag-erli@ifi.uio.no>
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 45666f8..9592945 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.
OpenPOWER on IntegriCloud