Registry / utility / u-root-u-root

u-root-u-root

JSON →
library0.16.0gogounverified

Builds CPIO archives with Go commands and files, creating minimal Linux root filesystems.

go get github.com/u-root/u-root
INSTALL
IMPORT
SIG · U-ROOT-U-ROOT
U
u-root-u-root
utilitygov0.16.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

uroot
github.com/u-root/u-root

Creates a CPIO archive with a minimal set of Go commands.

package main import ( "github.com/u-root/u-root/pkg/cpio" "github.com/u-root/u-root/pkg/uroot" ) func main() { opts := uroot.Opts{ Commands: []string{"github.com/u-root/u-root/cmds/core/init"}, } archive, err := uroot.CreateCBootArchive(opts) if err != nil { panic(err) } _ = archive }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
u-root-u-root — go get u-root-u-root · libregistry