pub unsafe fn delete_manifest(
bs: &BootServices,
image_handle: *mut (),
name: &str,
) -> Result<(), ManifestIoError>Expand description
Delete a manifest file from ESP
ยงArguments
bs- UEFI Boot Servicesimage_handle- Current image handlename- ISO name (manifest filename will be generated as CRC32 hash)