Search Criteria
Package Details: saved-kernel-modules 0.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/saved-kernel-modules.git (read-only, click to copy) | 
|---|---|
| Package Base: | saved-kernel-modules | 
| Description: | Save kernel modules of the running kernel | 
| Upstream URL: | None | 
| Licenses: | GPL | 
| Submitter: | jpkotta | 
| Maintainer: | jpkotta | 
| Last Packager: | jpkotta | 
| Votes: | 1 | 
| Popularity: | 0.000000 | 
| First Submitted: | 2020-03-16 02:49 (UTC) | 
| Last Updated: | 2020-05-23 02:45 (UTC) | 
Latest Comments
andrej commented on 2021-08-22 02:23 (UTC) (edited on 2021-08-22 02:30 (UTC) by andrej)
Meanwhile
kernel-module-hookshas been promoted intocommunity, but there iskernel-modules-hook-reflink, using (an equivalent of)cp --reflink, which is way better than hardlinks.jpkotta commented on 2020-09-18 21:36 (UTC)
@codyps I didn't know about kernel-modules-hook when I wrote this, if I had I probably would have just used that. One thing I think mine does better is copying with hardlinks, which makes it much faster, but really it's only a few seconds so not a big deal.
codyps commented on 2020-09-17 06:18 (UTC)
How does this compare to kernel-modules-hook (https://aur.archlinux.org/packages/kernel-modules-hook/)?