I’m attempting to make some changes to my Lakka system. The Lakka OS file system is a compressed read-only squashfs. I’ve had no issue uncompressing the file system. However once I repack the file system, Lakka fails to boot. I’ve confirmed that this happens regardless of making any changes or not. Simply unpacking and repacking the file system causes the issue. I’m able to revert back to a working copy of the SYSTEM file without issue.
My guess is that there are specific mksquashfs command switches that are required to get this working. I’ve tested the following commands. Neither work.
mksquashfs squashfs-root SYSTEM
mksquashfs squashfs-root SYSTEM -b 1024k -comp xz -Xbcj x86 -e boot
Can someone point me in the right direction with this?