Skip to content

Split micrcode detection to separate kernel-install plugin.

cedric cvl requested to merge clavelc/mkinitcpio:microcode into master

Split microcode detection to a separate plugin, which always copies microcode to the staging area as 'microcode*' (e.g. microcode-intel-ucode.img)

Update the kernel install-script to look for microcode provided that way.

Doesn't change much for UKIs (only moves things), but for BLS type, this adds the microcode detection logic as well (when a systemd version with this is out)

Edited by cedric cvl

Merge request reports