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