Read and write Linux kernel initramfs-style cpio "newc" formatted archives.
import "go.pdmccormick.com/initramfs"This implementation follows the documented kernel buffer format. See also early userspace support for more information about how the kernel uses initramfs during the boot process.
See examples for demonstrations of how to use this package.