aboutsummarylogtreecommitdiffstats
path: root/10-linux-modules-pre.hook
AgeCommit message (Collapse)Author
2021-08-27skip work in post unless needed; use reflink=autoScott B
added a check to the post hook to only copy files back if the original directory is missing. this stops the hook from copying over the original when updating a non-running kernel. switched from `test -e` to `test -d`; -d is preferred for directories explicitly call `cp --reflink=auto` so we're certain that the hook will work properly on non reflink capable filesystems. default behavior when using `--reflink` with the type unspecified is unclear.
2021-05-14Remove rsync from dependslideming
2021-05-13Use `cp` with `--reflink` so no acutal data copying on Btrfslideming
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