morpheus_bootloader::tui::distro_downloader::manifest_io

Function delete_manifest

Source
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 Services
  • image_handle - Current image handle
  • name - ISO name (manifest filename will be generated as CRC32 hash)