andreyv / sbupdate

Generate and sign kernel images for UEFI Secure Boot on Arch Linux
GNU General Public License v3.0
225 stars 20 forks source link

sbupdate.hook: relax kernel image name matching #6

Closed Maryse47 closed 6 years ago

Maryse47 commented 6 years ago

Some non-official Arch Linux kernel packages don't follow 'vmlinuz-linux-' naming scheme i.e. in manjaro it's 'vmlinuz--...'. This change should match them all.

andreyv commented 6 years ago

Thanks, merged.