Hi all,
I made some test using mksquashfs and I have tried some options. Included the compression alghorits.
I have found very promising two of them lzma and xz. The last could be optimised for x86, arm, etc. I am not sure if the optimisation refers to the host or to the guest, I think the guest otherwise it would be automatically determined.
However, these are the results:
90084 KB - original size
64780 KB - lzma size
64628 KB - xz size
61040 KB - xz x86 size
How about the loading time? I took the boot time three times for each of them:
60.44, 56.80, 56.05 - original time
56.27, 54.60, 54.24 - xz time
55.66, 55.61, 55.05 - xz 86 time
failed to load extensions - lzma
So the lzma should be discarded but xz preformed very well. I hope this helps. R-