Skip to main content

Module plan

Module plan 

Source
Expand description

Two-phase packaging: DISCOVER -> BundlePlan -> VALIDATE -> MATERIALIZE.

A BundlePlan is immutable once built and fully describes the output, so inspect, --dry-run, manifests and tests all share one code path.

Structs§

ApplicationPlan
BundlePlan
PlannedFile
One entry of the output rootfs. Nothing is written that is not planned here.
Planner
Warning

Enums§

InclusionReason
PlannedFileKind

Constants§

LD_SO_CACHE
Where the loader looks for its cache, and therefore where a generated one has to go.
PLAN_ENTRIES_MAX
Upper bound on the entries in one plan.