fn find_uki_filename(root: &Dir) -> Result<Option<String>>Expand description
Returns the filename of 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.