main script doesn't work for me either.
rootfs
size: 21.2 MB (22,317,056 bytes)
size on disk: 21.2 MB (22,319,104 bytes)
I found a tip on how to get it working on another forum. It looks like the problem is caused by the first line in the main script
# -/bin/sh
should be
#!/bin/sh...