Hi! Thanks for this awesome project. I've been using it for my AppBundle format, at https://github.com/xplshn/pelf, currently, I'm facing the issue that mounting sqfs.AppBundles is 300ms slower than mounting appimages, due to the fact that calculating the offset in shell takes too much time, I was wondering if a built-in option to do this could be considered. Or perhaps, using a custom header that the user may indicate, such as:
I may append:
__SQFS_MARKER__
1238192381931938123Asdjia^^!#
123123 .... More SQFS data here...
13213838193123123
This way, I could provide -o offset="SQFS_MARKER" and it'd find the SQFS image just fine.
Hi! Thanks for this awesome project. I've been using it for my AppBundle format, at https://github.com/xplshn/pelf, currently, I'm facing the issue that mounting sqfs.AppBundles is 300ms slower than mounting appimages, due to the fact that calculating the offset in shell takes too much time, I was wondering if a built-in option to do this could be considered. Or perhaps, using a custom header that the user may indicate, such as:
I may append:
This way, I could provide -o offset="SQFS_MARKER" and it'd find the SQFS image just fine.