MCPcopy Create free account
hub / github.com/danderson/netboot / WriteBootFile

Method WriteBootFile

pixiecore/pixiecore.go:134–134  ·  view source on GitHub ↗

Write the given Reader to an ID given in Spec.

(id ID, body io.Reader)

Source from the content-addressed store, hash-verified

132 ReadBootFile(id ID) (io.ReadCloser, int64, error)
133 // Write the given Reader to an ID given in Spec.
134 WriteBootFile(id ID, body io.Reader) error
135}
136
137// Firmware describes a kind of firmware attempting to boot.

Callers

nothing calls this directly

Implementers 2

staticBooterpixiecore/booters.go
apibooterpixiecore/booters.go

Calls

no outgoing calls

Tested by

no test coverage detected