morpheus_bootloader::tui::distro_launcher::iso_boot

Function extract_iso_with_progress

Source
pub fn extract_iso_with_progress(
    iso_path: &str,
    esp_root: *mut FileProtocol,
    progress: Option<&'_ mut dyn FnMut(usize, usize, &str)>,
) -> Result<(Vec<u8>, Option<Vec<u8>>, String), IsoBootError>
Expand description

Mount an ISO file with progress reporting