Skip to content

0.12.6

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Dec 06:54
· 2 commits to main since this release
21f00fb
Allow patches even when verification fails (#231)

Before patching the kernel image, it is possible that the kernel coincidentally contains KP1158\x00\x00, causing the checksum of the later data to fail.

This change loops through valid checksums and only determines a patched image if a valid checksum is found. If it is not found, it will be treated as a new image instead of just exiting.