mkdisk.sh: we can go as low as 16MB
This commit is contained in:
parent
6f33b2ff97
commit
1d47c09ced
@ -12,8 +12,8 @@ SPACE_REQ=$(du -sb "$DIR/../fatbase" | cut -f 1)
|
||||
let "SIZE = ($SPACE_REQ / 1000000)"
|
||||
|
||||
# Minimum size
|
||||
if [ $SIZE -lt 24 ]; then
|
||||
SIZE=24
|
||||
if [ $SIZE -lt 16 ]; then
|
||||
SIZE=16
|
||||
fi
|
||||
|
||||
# Use more sectors-per-cluster for larger disk sizes
|
||||
|
Loading…
Reference in New Issue
Block a user