Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | systemd-hibernate-resume@.service: remove unnecessary ordering | Ivan Shapovalov | 2014-10-10 | 1 | -1/+1 |
| | | | | | | | | They were left from an early review iteration, when hibernate-resume functionality was intended to work also outside of initramfs. Now this is not the case, and these dependencies became redundant as systemd-fsck-root.service can never be part of initramfs, and systemd-remount-fs.service makes little sense in it. | ||||
* | hibernate-resume: add a tool to write a device node's major:minor to ↵ | Ivan Shapovalov | 2014-08-26 | 1 | -0/+20 |
/sys/power/resume. This can be used to initiate a resume from hibernation by path to a swap device containing the hibernation image. The respective templated unit is also added. It is instantiated using path to the desired resume device. |