aboutsummarylogtreecommitdiffstats
path: root/linux-modules-save
AgeCommit message (Collapse)Author
2023-09-19updJerry
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-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.