mksquashfs: turn on compression

4.1GB -> 1.8GB

xdelta still gives a reasonable small delta :)
This commit is contained in:
Harald Hoyer 2018-10-19 10:47:16 +02:00
parent b3a3f8be40
commit 3813c38f72

View file

@ -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