Comment 2 for bug 2059976

Revision history for this message
Benjamin Drung (bdrung) wrote :

Your bug report triggered me to write a command that can list or extract the content of the initramfs in Rust, since Rust would be a good language for that task. I have implemented the listing of uncompressed cpio archives (roughly 120 lines of code). Now I have to add the decompression support. Then I will share my results.