# Packages
No description provided by the author
# Functions
GetArchiver finds a registered initramfs archiver by name.
NewFiles returns a new archive files map.
Write uses the given options to determine which files to write to the output initramfs.
# Structs
CPIOArchiver is an implementation of Archiver for the cpio format.
DirArchiver implements Archiver for a directory.
Files are host files and records to add to the resulting initramfs.
Opts are options for building an initramfs archive.
# Type aliases
Reader is an object that files can be read from.