-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add non-standard CompressionOptions support
* You ever wonder "what if a squashfs had custom compression options that I am forced to emit because the kernel is expecting this?". If this is you, then have fun with this addition! This allows one to implement compression_options for CompressionAction and emit.. whatever you want as the the compression option bytes. * Change superblock struct in FilesystemWriter As Soon As Possible to make sure everything can just use those settings. * Update tests to be un-padded for custom compression, easier to see the diff's with biodiff and such.
- Loading branch information
1 parent
e32b488
commit 11af4c5
Showing
4 changed files
with
123 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters