aboutsummarylogtreecommitdiffstats
path: root/10-linux-modules-pre.hook
AgeCommit message (Collapse)Author
2023-07-05rebrandJerry
2023-02-22Fix wrong parameters in hook filesMax 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.
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