Skip to content

Remove hexdump usage

Kristian Klausen requested to merge github/fork/E5ten/no-hexdump into master

Created by: E5ten

lsinitcpio: Use read to get the first 6 bytes, convert them to hex, and compare them to the hex versions of the magic bytes of each compression format Replace the kernel version offset determination using hexdump with dd to skip bytes, and printf to convert the bytes to decimal

Edited by nl6720

Merge request reports