Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-19 | upd | Jerry | |
2023-07-05 | update: kernel-modules-hook-hardlinks: fix umount issue caused by udevd | Jerry | |
2023-07-05 | Revert "update: kernel-modules-hook-hardlinks: fix umount issue caused by ↵ | Jerry | |
udevd try 1" This reverts commit 3591f5ee9e85a761380a424ff2917d9fc9054ac9. | |||
2023-07-05 | update: kernel-modules-hook-hardlinks: fix umount issue caused by udevd try 1 | Jerry | |
2023-07-05 | update: kernel-modules-hook-hardlinks | Jerry | |
2023-02-22 | Fix variable assignement in the scripts | Max Gautier | |
2023-02-21 | Use cp instead of rsync + systemd-tmpfiles for cleaning | Max 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. |