Skip to content

Commit

Permalink
make: Increase FAT overhead again
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Dec 10, 2024
1 parent c1d05df commit a54a0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/mkdisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OUTDIR=`dirname $1`

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

# Minimum size
if [ $SIZE -lt 4 ]; then
Expand Down

0 comments on commit a54a0cb

Please sign in to comment.