Skip to main content

Module plan

Module plan 

Source
Expand description

WritePlan is the typed, fully-resolved description of “what we are going to do to this device.” Building a plan is deterministic and pure; executing it is the only step that needs a real Device.

The plan is the unit that gets dry-run, golden-tested, and executed.

Structs§

WritePlan

Enums§

BootMode
The four boot-record families bootsmith understands. Resolved from ModeRequest::Auto via bootsmith-iso inspection, or supplied directly by the user.