mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Drop the inode count down a bit - we ran out of inodes with the help files.
This commit is contained in:
parent
17078dcc1f
commit
336d17595a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8445
@ -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 -
|
||||
|
Loading…
Reference in New Issue
Block a user