base: Remove old wallpapers (they're in the package repo now)
Before Width: | Height: | Size: 630 KiB |
Before Width: | Height: | Size: 600 KiB |
Before Width: | Height: | Size: 473 KiB |
Before Width: | Height: | Size: 717 KiB |
Before Width: | Height: | Size: 739 KiB |
Before Width: | Height: | Size: 944 KiB |
Before Width: | Height: | Size: 166 KiB |
Before Width: | Height: | Size: 644 KiB |
Before Width: | Height: | Size: 905 KiB |
Before Width: | Height: | Size: 445 KiB |
Before Width: | Height: | Size: 674 KiB |
Before Width: | Height: | Size: 383 KiB |
Before Width: | Height: | Size: 931 KiB |
@ -12,8 +12,8 @@ SPACE_REQ=$(du -sb "$DIR/../fatbase" | cut -f 1)
|
||||
let "SIZE = ($SPACE_REQ / 950000)"
|
||||
|
||||
# Minimum size
|
||||
if [ $SIZE -lt 14 ]; then
|
||||
SIZE=14
|
||||
if [ $SIZE -lt 4 ]; then
|
||||
SIZE=4
|
||||
fi
|
||||
|
||||
# Use more sectors-per-cluster for larger disk sizes
|
||||
|