|
find . | cpio -R root:root -H newc -o | xz -9 --check=none > $WORK_DIR/rootfs.cpio.xz |
Together with the ARCH specific BJC it will maybe compress a little bit better
See also https://github.com/torvalds/linux/blob/8baef6386baaefb776bdd09b5c7630cf057c51c6/scripts/xz_wrap.sh#L23
minimal/src/10_pack_rootfs.sh
Line 18 in 4393977
Together with the ARCH specific BJC it will maybe compress a little bit better
See also https://github.com/torvalds/linux/blob/8baef6386baaefb776bdd09b5c7630cf057c51c6/scripts/xz_wrap.sh#L23