aboutsummarylogtreecommitdiffstats
path: root/10-linux-modules-post.hook
AgeCommit message (Collapse)Author
2019-11-13Finally fixed new kernel installation issuessaber-nyan
Closes #8, thanks @cptpcrd!
2019-11-11Adapt to new kernel installationMaxim Baz
All official kernels no longer install the actual kernel to /boot anymore, this is done by mkinitcpio. https://lists.archlinux.org/pipermail/arch-announce/2019-November/000397.html This changes the hooks to watch for vmlinuz files in /usr/lib/modules, just like mkinitcpio hook does.
2019-03-29Added license, fixed #5saber-nyan
2019-01-31Forgot to change hook type (#3)saber-nyan
2019-01-31Spelling, fixed #3saber-nyan
2018-09-09Run ALPM-hooks before everything elsesaber-nyan
Closes #2