Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0657a0a

Browse files
committedMay 13, 2019
build/nano: increase free inode count by 250k
PR: https://forum.opnsense.org/index.php?topic=12639.0
1 parent f14505c commit 0657a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build/nano.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ cat > ${STAGEDIR}/etc/fstab << EOF
5858
/dev/ufs/${NANOLABEL} / ufs rw 1 1 # notrim
5959
EOF
6060

61-
makefs -t ffs -s ${NANOSIZE} -B little \
61+
makefs -t ffs -s ${NANOSIZE} -B little -f 250000 \
6262
-o label=${NANOLABEL} ${NANOIMG} ${STAGEDIR}
6363

6464
DEV=$(mdconfig -a -t vnode -f ${NANOIMG})

0 commit comments

Comments
 (0)
Failed to load comments.