endeavouros-team/PKGBUILDS

eos-grub-update-after-kernel.hook

killajoe opened this issue · 1 comments

https://github.com/endeavouros-team/PKGBUILDS/blob/master/grub-tools/eos-grub-update-after-kernel.hook

looking at this:

https://aur.archlinux.org/cgit/aur.git/tree/grub.hook?h=grub-hook

seems asterix can do a better job on detecting any kernel changes?
#Target = usr/lib/modules/*/vmlinuz
instead of using package names:

Type = Package
Target = linux
Target = linux-lts
Target = linux-lts??
Target = linux-lts???
Target = linux-zen
Target = linux-hardened
Target = amd-ucode
Target = intel-ucode

closing this as ideas changed a ... lot ;)