Skip to content

Commit

Permalink
Added crc32 check and x86 BCJ (see ivandavidov#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandavidov authored and sandzwerg committed May 17, 2022
1 parent d2b6bb5 commit 9f2bbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/10_pack_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rm -f $WORK_DIR/rootfs.cpio.xz
cd $ROOTFS

# Packs the current 'initramfs' folder structure in 'cpio.xz' archive.
find . | cpio -R root:root -H newc -o | xz -9 --check=none > $WORK_DIR/rootfs.cpio.xz
find . | cpio -R root:root -H newc -o | xz -9 --check=crc32 --x86 > $WORK_DIR/rootfs.cpio.xz

echo "Packing of initramfs has finished."

Expand Down

0 comments on commit 9f2bbc9

Please sign in to comment.