Expand description
Deterministic tar output.
The archive is written straight from the BundlePlan, never from a
materialized directory, so a tar and a rootfs built from the same plan
describe exactly the same tree. Every metadata field that could vary between
machines is pinned: ownership is root:root, timestamps come from
SOURCE_DATE_EPOCH, and entries are emitted in plan order.