Hello,
we would like to ditch bootloaders on our servers and just use plain UEFI direct kernel boot using Kernel as EFI-stub. (Just module-less kernel EFI-stub without using any initramfs)
I would like to create postinstall script similar to 91-grub-mkconfig.install which would, upon installation of a new kernel, also add corresponding UEFI boot entry using efibootmgr.
I would like to know if functionality like this would be acceptable from your side or if there is some explicit reason to not do it this way.
If it would be ok from your side, I will create pull request to add this postinstall script. Otherwise I will keep it in our private overlay.