Skip to content

Commit

Permalink
Added crc32 check and x86 BCJ (see #239)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandavidov authored Jul 23, 2021
1 parent 4393977 commit c381971
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 c381971

Please sign in to comment.