Skip to content

Sort initramfs files before creating cpio archive

Carlo Landmeter requested to merge github/fork/aw/binary-diff-cpio into master

Created by: aw

Piping find to sort will generate consistent file/directory structures in the cpio archives, thus enabling the creation of small binary diffs (xdelta) between two initramfs files.

Merge request reports