mksquashfs: turn on compression
4.1GB -> 1.8GB xdelta still gives a reasonable small delta :)
This commit is contained in:
parent
b3a3f8be40
commit
3813c38f72
1 changed files with 1 additions and 2 deletions
|
@ -717,8 +717,7 @@ done
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# sysroot
|
# sysroot
|
||||||
mksquashfs "$MY_TMPDIR"/sysroot "$MY_TMPDIR"/root.squashfs.img \
|
mksquashfs "$MY_TMPDIR"/sysroot "$MY_TMPDIR"/root.squashfs.img
|
||||||
-noDataCompression -noFragmentCompression -noXattrCompression -noInodeCompression
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# verity
|
# verity
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue