The source project of this merge request has been removed.
Fix mkinitcpio check
According to kernel-install(8) the initrd_generator
setting ends up in $KERNEL_INSTALL_INITRD_GENERATOR
. Presumably this was a typo?
I noticed this with
$ cat /etc/kernel/install.conf
# Generate a UKI with racut
layout=uki
initrd_generator=dracut
and dracut installed, using a custom kernel-install plugin to build a UKI.
While installing mkinitcpio alongside dracut I noticed that mkinitcpio kicked in in kernel-install add
, which was kinda unexpected.