build/nano: increase free inode count by 250k

PR: https://forum.opnsense.org/index.php?topic=12639.0
This commit is contained in:
Franco Fichtner 2019-05-13 05:58:04 +02:00
parent f14505c4ab
commit 0657a0ae47
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ cat > ${STAGEDIR}/etc/fstab << EOF
/dev/ufs/${NANOLABEL} / ufs rw 1 1 # notrim
EOF
makefs -t ffs -s ${NANOSIZE} -B little \
makefs -t ffs -s ${NANOSIZE} -B little -f 250000 \
-o label=${NANOLABEL} ${NANOIMG} ${STAGEDIR}
DEV=$(mdconfig -a -t vnode -f ${NANOIMG})