package
6.0.0+incompatible
Repository: https://github.com/srcup/u-root.git
Documentation: pkg.go.dev

# 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.

# Variables

Archivers are the supported initramfs archivers at the moment.
No description provided by the author
No description provided by the author

# 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.

# Interfaces

Archiver is an archive format that builds an archive using a given set of files.
Writer is an initramfs archive that files can be written to.

# Type aliases

Reader is an object that files can be read from.