pub unsafe fn persist_manifest(
bs: &BootServices,
image_handle: *mut (),
manifest: &IsoManifest,
) -> Result<(), ManifestIoError>Expand description
Persist a manifest to the ESP filesystem
Creates the manifest directory if it doesn’t exist, then writes
the serialized manifest to /.iso/<CRC32-hash>.MFS.
§Arguments
bs- UEFI Boot Servicesimage_handle- Current image handlemanifest- The manifest to persist
§Returns
Ok(())on successErr(ManifestIoError)on failure