write_grub_uki_menuentry

Function write_grub_uki_menuentry 

Source
fn write_grub_uki_menuentry(
    root_path: Utf8PathBuf,
    setup_type: &BootSetupType<'_>,
    boot_label: String,
    id: &Sha512HashValue,
    esp_device: &String,
) -> Result<()>