Skip to content

50-mkinitcpio.install: pass path to kernel image to mkinitcpio

Thomas requested to merge t-8ch/mkinitcpio:kernel-image into master

When kernel-install is used with a kernel image in a non-standard location, mkinitcpio can not find it. Instead pass the full path to the image as the kernel paramater so mkinitcpio can easily read the image from there.

Merge request reports