aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-09-03v0.1.11lideming
2022-09-03check the vmlinuz file instead of directorylideming
2022-09-03Let the post-transaction hook run after depmodhrdl
depmod must remove the module directory before the backup is restored, as required by the check introduced in 96589eeff0e28d44846f9973500dd09bb11db747.
2021-08-28v0.1.10lideming
2021-08-28Merge pull request #1 from arglebargle-arch/pull-branchlideming
skip work in post unless needed; use reflink=auto
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-06-17v0.1.9lideming
2021-06-17Can't `mv` in the post hook since the dest folder isn't emptylideming
2021-06-17v0.1.8lideming
2021-06-17Use `mv` instead of cp & rm to move moduleslideming
2021-05-14Update README.mdlideming
2021-05-14Update README.mdlideming
2021-05-14Update descriptionlideming
2021-05-14Publish as `kernel-modules-hook-reflink`lideming
2021-05-14Remove rsync from dependslideming
2021-05-13Update checksumslideming
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-11Version bumpsaber-nyan
2019-11-11Merge pull request #7 from maximbaz/adapt-to-new-kernel-installationArtoria Pendragon
Adapt to new kernel packages and mkinitcpio hooks ( https://www.archlinux.org/news/new-kernel-packages-and-mkinitcpio-hooks/ )
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-09Update README.mdArtoria Pendragon
2018-09-09Run ALPM-hooks before everything elsesaber-nyan
Closes #2
2017-12-24Updated README.mdsaber-nyan
2017-12-24Added .SRCINFO for AURsaber-nyan
2017-12-24Create README.mdsaber-nyan
2017-12-24Fixed non-existent dirsaber-nyan
2017-12-24Added .gitignoresaber-nyan
2017-12-24First commitsaber-nyan
Added hooks and Arch Linux PKGBUILD + .SRCINFO