aboutsummarylogtreecommitdiffstats
path: root/linux-modules-restore
AgeCommit message (Collapse)Author
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.