aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-16updJerry
2024-01-18SPDX formatJerry
2023-10-07update urlJerry
2023-09-19updJerry
2023-07-05rebrandJerry
2023-07-05update: kernel-modules-hook-hardlinks: remove mountpoint before reinstallJerry
2023-07-05update: kernel-modules-hook-hardlinks: fix umount issue caused by udevdJerry
2023-07-05Revert "update: kernel-modules-hook-hardlinks: fix umount issue caused by ↵Jerry
udevd try 1" This reverts commit 3591f5ee9e85a761380a424ff2917d9fc9054ac9.
2023-07-05update: kernel-modules-hook-hardlinks: fix umount issue caused by udevd try 1Jerry
2023-07-05update: kernel-modules-hook-hardlinksJerry
2023-02-22Fix conditional using mountpointMax Gautier
2023-02-22Fix variable assignement in the scriptsMax Gautier
2023-02-22Bump versionMax Gautier
2023-02-22Fix wrong parameters in hook filesMax Gautier
2023-02-21Update .SRCINFOMax Gautier
2023-02-21Simpler and more informative README.mdMax Gautier
2023-02-21Takeover from unresponsive upstreamMax Gautier
- relicense to GPL3 - point to fork in the PKGBUILD
2023-02-21Bump pkgverMax Gautier
2023-02-21Use cp instead of rsync + systemd-tmpfiles for cleaningMax Gautier
This use cp with hardlinks + a bind mount for keeping the removed kernel modules accessible. Cleaning up the backup is done by systemd-tmpfiles on next boot. Cleaning up the mount is either done on shutdown implicitly, or when we reinstall the running kernel by the pre-hook script. No systemd service enabling is needed.
2023-02-08Clean up PKGBUILDMax Gautier
The Unlicense license is include in the licenses packages, not need to include it.
2023-02-08Only gitignore built packagesMax Gautier
This looks wrong to ignore files in the repostory.
2021-08-21Merge pull request #16 from RSKYS/patch-1Artoria Pendragon
It's at community repo now
2021-08-21It's at community repo nowRSKYS
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