Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |