From 9776cec4dfee0d88305899ddbbfdef0208146f42 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Thu, 13 Apr 1995 09:05:25 +0000 Subject: [PATCH] Reduce inode count on floppies a bit again --- release/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/Makefile b/release/Makefile index a54a594f6170..d852c1cb11d7 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 -