mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
This just clarifies things in a few places to distinguish between a UKI which has just a single path versus a traditional kernel with separate vmlinuz and initramfs. Also renames `find_uki_filename` to `find_uki_path` and updates the return type to use `Utf8PathBuf` instead of just `String`. Signed-off-by: John Eckersberg <jeckersb@redhat.com>