Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-03 | v0.1.11 | lideming | |
2022-09-03 | check the vmlinuz file instead of directory | lideming | |
2022-09-03 | Let the post-transaction hook run after depmod | hrdl | |
depmod must remove the module directory before the backup is restored, as required by the check introduced in 96589eeff0e28d44846f9973500dd09bb11db747. | |||
2021-08-28 | v0.1.10 | lideming | |
2021-08-28 | Merge pull request #1 from arglebargle-arch/pull-branch | lideming | |
skip work in post unless needed; use reflink=auto | |||
2021-08-27 | skip work in post unless needed; use reflink=auto | Scott 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-17 | v0.1.9 | lideming | |
2021-06-17 | Can't `mv` in the post hook since the dest folder isn't empty | lideming | |
2021-06-17 | v0.1.8 | lideming | |
2021-06-17 | Use `mv` instead of cp & rm to move modules | lideming | |
2021-05-14 | Update README.md | lideming | |
2021-05-14 | Update README.md | lideming | |
2021-05-14 | Update description | lideming | |
2021-05-14 | Publish as `kernel-modules-hook-reflink` | lideming | |
2021-05-14 | Remove rsync from depends | lideming | |
2021-05-13 | Update checksums | lideming | |
2021-05-13 | Use `cp` with `--reflink` so no acutal data copying on Btrfs | lideming | |
2019-11-13 | Finally fixed new kernel installation issues | saber-nyan | |
Closes #8, thanks @cptpcrd! | |||
2019-11-11 | Version bump | saber-nyan | |
2019-11-11 | Merge pull request #7 from maximbaz/adapt-to-new-kernel-installation | Artoria Pendragon | |
Adapt to new kernel packages and mkinitcpio hooks ( https://www.archlinux.org/news/new-kernel-packages-and-mkinitcpio-hooks/ ) | |||
2019-11-11 | Adapt to new kernel installation | Maxim 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-29 | Added license, fixed #5 | saber-nyan | |
2019-01-31 | Forgot to change hook type (#3) | saber-nyan | |
2019-01-31 | Spelling, fixed #3 | saber-nyan | |
2018-09-09 | Update README.md | Artoria Pendragon | |
2018-09-09 | Run ALPM-hooks before everything else | saber-nyan | |
Closes #2 | |||
2017-12-24 | Updated README.md | saber-nyan | |
2017-12-24 | Added .SRCINFO for AUR | saber-nyan | |
2017-12-24 | Create README.md | saber-nyan | |
2017-12-24 | Fixed non-existent dir | saber-nyan | |
2017-12-24 | Added .gitignore | saber-nyan | |
2017-12-24 | First commit | saber-nyan | |
Added hooks and Arch Linux PKGBUILD + .SRCINFO |