allow choosing compression algorithm for mksquashfs
Bug #1199526 reported by
Pascal de Bruijn
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Customization Kit |
New
|
Undecided
|
Unassigned |
Bug Description
Current with newer kernels uck defaults to xz compression for mksquashfs, which results in the most tightly packed ISO.
But this does not perform very well on older systems or lower end newer systems (think Atom netbooks).
Keeping below the 700MB is harder and harder to do these days, so best possible compression is becoming less important.
With LZO the image becomes about 30% larger in my case (when compared to xz), but on an Atom netbook the system boot significantly quicker and after boot applications starter faster too.
So it would be nice to be able to choose the compression type.
To post a comment you must log in.
This patch adds the feature and it seems to work for me. Please do thoroughly review the patch before committing.