find_uki_path

Function find_uki_path 

Source
fn find_uki_path(root: &Dir) -> Result<Option<Utf8PathBuf>>
Expand description

Returns the path to the first UKI found in the container root, if any.

Looks in /boot/EFI/Linux/*.efi. If multiple UKIs are present, returns the first one in sorted order for determinism.