Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | units: introduce systemd-hibernate-clear.service that clears | Mike Yuan | 2024-04-03 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | stale HibernateLocation EFI variable Currently, if the HibernateLocation EFI variable exists, but we failed to resume from it, the boot carries on without clearing the stale variable. Therefore, the subsequent boots would still be waiting for the device timeout, unless the variable is purged manually. There's no point to keep trying to resume after a successful switch-root, because the hibernation image state would have been invalidated by then. OTOH, we don't want to clear the variable prematurely either, i.e. in initrd, since if the resume device is the same as root one, the boot won't succeed and the user might be able to try resuming again. So, let's introduce a unit that only runs after switch-root and clears the var. Fixes #32021 | ||||
* | man/systemd-hibernate-resume: generator now enables rather than creates the ↵ | Mike Yuan | 2024-03-10 | 1 | -1/+1 |
| | | | | | | service Follow-up for a628d933cc67cc8b183dc809ba1451aa5b2996e5 | ||||
* | man: use same version in public and system ident. | David Tardon | 2023-12-25 | 1 | -1/+1 |
| | |||||
* | man: use <simplelist> for 'See also' sections | David Tardon | 2023-12-23 | 1 | -4/+4 |
| | | | | | This is just a slight markup improvement; there should be no difference in rendering. | ||||
* | man: more hyperlinks and other fixes | Zbigniew Jędrzejewski-Szmek | 2023-11-06 | 1 | -1/+1 |
| | | | | Closes https://github.com/systemd/systemd/issues/29814. | ||||
* | hibernate-resume: rework to follow the logic of sleep.c and use | Mike Yuan | 2023-06-23 | 1 | -0/+53 |
main-func.h Preparation for #27247 |