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§
Enums§
- Boot
Mode - The four boot-record families bootsmith understands. Resolved from
ModeRequest::Autoviabootsmith-isoinspection, or supplied directly by the user.