Remove hexdump usage
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