diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-11 07:18:11 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-11 07:18:11 +0000 |
commit | 25bef3eb9db61fffd6208d9c478868aef3808426 (patch) | |
tree | 607bab315e5aa13a2b010f2d1213f9a022804429 /release/Makefile | |
parent | 9b30cae783fd94f5d2c0fe929a39877c8d6c5082 (diff) | |
download | FreeBSD-src-25bef3eb9db61fffd6208d9c478868aef3808426.zip FreeBSD-src-25bef3eb9db61fffd6208d9c478868aef3808426.tar.gz |
Drop the inode count down a bit - we ran out of inodes with the help files.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 141d9da..b82dc03 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.153 1995/05/11 07:03:33 jkh Exp $ +# $Id: Makefile,v 1.154 1995/05/11 07:11:24 jkh Exp $ # # How to roll a release: # @@ -45,7 +45,7 @@ FDCYLS= 80 FDCYLSIZE= 15k FDLABEL= fd1200 -NEWFSARGS= -c 80 -b 4096 -f 512 -i 5000 -m 0 -t 0 -u 0 \ +NEWFSARGS= -c 80 -b 4096 -f 512 -i 4500 -m 0 -t 0 -u 0 \ -o space -T ${FDLABEL} ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 - |