catalyst
catalyst copied to clipboard
Copy vmlinux if it was generated instead of vmlinuz
When building ISO for PPC64 with dist-kernel, it generates vmlinux uncompressed image. Previously only vmlinuz was moved to livecd boot directory, so in that case, we ended up with missing kernel file inside ISO /boot. This patch adds vmlinuz file check and copies it if it's found.
Thanks for this!
Confirmed this is required for at least PPC based installcds to be able to switch to dist kernel. Likely required for HPPA and Alpha as well at a quick glance.