pub fn compose(
sys: &SystemConfig,
init_binary_path: impl Into<String>,
vm: Option<VmSpec>,
) -> BootManifestExpand description
Build a BootManifest from a tatara-os system configuration.
sys— the tatara-osSystemConfig(authored with(defsystem …)).init_binary_path—/nix/storepath of thetatara-initbinary. In practice you pass the realization oftatara.packages.${system}.init.vm— VM-shape overrides (cpus, memory, network, shares). IfNone, usesVmSpec::plex_default(<hostname>)with sensible defaults.