the arch version of this package ships with /usr/lib/booster/regenerate_uki which uses systemd-ukify to turn the initramfs and kernel into a UKI. from trying to use this in artix it currently seems the only changes the script needs are switching systemd-ukify for eukify, adding a check for egummiboot since it's required for the efistub and splash image and changing the splash path that would point to systemd components (/usr/share/systemd/bootctl/splash-arch.bmp -> /usr/share/egummiboot/bootctl/splash-artix.bmp)
adding this would be nice since it would make quickly decrypting the root that's on LUKS+tpm2 (with clevis) not just a systemd thing without requiring hacking from users
thanks in advance
the arch version of this package ships with /usr/lib/booster/regenerate_uki which uses systemd-ukify to turn the initramfs and kernel into a UKI. from trying to use this in artix it currently seems the only changes the script needs are switching systemd-ukify for eukify, adding a check for egummiboot since it's required for the efistub and splash image and changing the splash path that would point to systemd components (/usr/share/systemd/bootctl/splash-arch.bmp -> /usr/share/egummiboot/bootctl/splash-artix.bmp)
adding this would be nice since it would make quickly decrypting the root that's on LUKS+tpm2 (with clevis) not just a systemd thing without requiring hacking from users
thanks in advance