mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Reduce inode count on floppies a bit again
This commit is contained in:
parent
695e4afe85
commit
9776cec4df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7793
@ -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 -
|
||||
|
Loading…
Reference in New Issue
Block a user