-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LZMA decompression support #17
Comments
Today I came across an eons-old squashfs image that I could not mount with due to the lack of LZMA support. I find it rather surprising that the feature hasn't yet been ported, because LZMA support for squashfs images obviously has existed for a long time. |
It should be pretty easy to add, I just haven't encountered such an image in awhile. Would you like to give it a try? |
+1 for adding LZMA decompression support |
The "lzma" you're seeing is a bit confusing. That's for "liblzma", which does xz decompression. But we still don't quite support old-style "raw LZMA" compression. Dup of PR #37 |
I have a SquashFS file that's compressed with LZMA, and I'd love to open it with squashfuse! ;)
The text was updated successfully, but these errors were encountered: