Extract-Kernel-Initramfs
Extract-Kernel-Initramfs copied to clipboard
Script used to extract initramfs. Developed for the Galaxy Tab, but may work for other kernels
Results
3
Extract-Kernel-Initramfs issues
Sort by
recently updated
recently updated
newest added
At least that is what happens when using it on a coreos vmlinuz.
This fixes #1: detection failures of the gzip image in UTF-8 locales because of grep treating high bytes (MSB set) differently.
The calls to `grep` in the script do not find the byte sequences in a UTF-8 locale as the zImage file gets treated as a text file in the current...