Skip to content

Fix mkinitcpio check

Sebastian Wiesner requested to merge (removed):swsnr-master-patch-55658 into master

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.

Merge request reports