Skip to content

Commit a54a0cb

Browse files
committed
make: Increase FAT overhead again
1 parent c1d05df commit a54a0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/mkdisk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ OUTDIR=`dirname $1`
99

1010
# Calculate required space
1111
SPACE_REQ=$(du -sb "$DIR/../fatbase" | cut -f 1)
12-
let "SIZE = ($SPACE_REQ / 950000)"
12+
let "SIZE = ($SPACE_REQ / 940000)"
1313

1414
# Minimum size
1515
if [ $SIZE -lt 4 ]; then

0 commit comments

Comments
 (0)