-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
One advantage of squashfs over similar technologies is the support for bigger block sizes. However the default size is not a lot bigger (typically 128k if no `-b` flag specified). This patch adds the ability to select from common block sizes which for example can aid in improving compression ratio. Signed-off-by: Linus Kaschulla <linus@cosmos-ink.net> [yann.morin.1998@free.fr: - drop spurious boolean-based setting in .mk - split into multi-line - qstrip variable expansion ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
- Loading branch information
1 parent
1386336
commit 555f8df
Showing
2 changed files
with
54 additions
and
1 deletion.
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