Minor changes to UKI install flow
Split from https://github.com/bootc-dev/bootc/pull/1780
-
bls-config: Rename 'efi' key to 'uki'
Key 'uki' is more appropriate for us as the PE Binary that the key points to is a UKI -
composefs/uki: Install all UKIs in EFI/Linux/bootc We were making a distinction based on the bootloader and installing UKIs in EFI/Linux for Grub and EFI/Linux/bootc for sd-boot. IMO it's better if we use the same directory for both bootloaders
Looks like this breaks test-integration-cfs, also needs a rebase
Yeah, there seems to be an issue with systemd-boot when using the uki key. It does not list the boot entry at all. Curiously, using the efi key works fine
Yeah, there seems to be an issue with systemd-boot when using the uki key. It does not list the boot entry at all. Curiously, using the efi key works fine
OK, marking as draft then.
See: https://github.com/systemd/systemd/issues/39886