summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-04-13 09:05:25 +0000
committerphk <phk@FreeBSD.org>1995-04-13 09:05:25 +0000
commit148f48ca869116b9a61bdd2e3e8c60dc41ffff7c (patch)
tree1a70ed1e108a5232ec61ff9c1928f893deb80311 /release/Makefile
parent8eae6154a2fd9ad5d3a0ce3952f9986cf4bf9aa2 (diff)
downloadFreeBSD-src-148f48ca869116b9a61bdd2e3e8c60dc41ffff7c.zip
FreeBSD-src-148f48ca869116b9a61bdd2e3e8c60dc41ffff7c.tar.gz
Reduce inode count on floppies a bit again
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 a54a594..d852c1c 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.134 1995/04/12 21:13:08 phk Exp $
+# $Id: Makefile,v 1.135 1995/04/13 02:11:31 phk Exp $
#
# How to roll a release:
#
@@ -36,7 +36,7 @@ FDCYLS= 80
FDCYLSIZE= 15k
FDLABEL= fd1200
-NEWFSARGS= -c 80 -b 4096 -f 512 -i 2000 -m 0 -t 0 -u 0 \
+NEWFSARGS= -c 80 -b 4096 -f 512 -i 5000 -m 0 -t 0 -u 0 \
-o space -T ${FDLABEL}
ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
OpenPOWER on IntegriCloud