Rename base.img.6pack to base.img.6pk

This commit is contained in:
2025-11-11 01:49:49 +01:00
parent 8fc99a5fb1
commit f5dae4984d
5 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
rm -f base.img base.img.6pack
rm -f base.img base.img.6pk
cat user/FILES.txt | while read line; do cp -v $line base/bin; done
mklittlefs -c base -b 512 -s $((1<<20)) base.img
./FastLZ/examples/6pack -2 base.img base.img.6pack
./FastLZ/examples/6pack -2 base.img base.img.6pk