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
|
# 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…
Reference in a new issue