diff options
author | Ivan Shapovalov <intelfx100@gmail.com> | 2014-08-27 00:17:44 +0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-26 22:19:54 +0200 |
commit | 42483a747489ff46aed3588b78bf4b9480dbeaf7 (patch) | |
tree | c36c68635b606764bae8e575c224d677afc8f8e1 /Makefile-man.am | |
parent | 66f311206e908a5b6f21e66fad73e1e5ea3e31d6 (diff) |
hibernate-resume: add a tool to write a device node's major:minor to /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.
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index 562ecba435..09a10383a9 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -70,6 +70,7 @@ MANPAGES += \ man/systemd-getty-generator.8 \ man/systemd-gpt-auto-generator.8 \ man/systemd-halt.service.8 \ + man/systemd-hibernate-resume@.service.8 \ man/systemd-inhibit.1 \ man/systemd-initctl.service.8 \ man/systemd-journald.service.8 \ @@ -199,6 +200,7 @@ MANPAGES_ALIAS += \ man/systemd-firstboot.service.1 \ man/systemd-fsck-root.service.8 \ man/systemd-fsck.8 \ + man/systemd-hibernate-resume.8 \ man/systemd-hibernate.service.8 \ man/systemd-hybrid-sleep.service.8 \ man/systemd-initctl.8 \ @@ -305,6 +307,7 @@ man/systemd-ask-password-wall.service.8: man/systemd-ask-password-console.servic man/systemd-firstboot.service.1: man/systemd-firstboot.1 man/systemd-fsck-root.service.8: man/systemd-fsck@.service.8 man/systemd-fsck.8: man/systemd-fsck@.service.8 +man/systemd-hibernate-resume.8: man/systemd-hibernate-resume@.service.8 man/systemd-hibernate.service.8: man/systemd-suspend.service.8 man/systemd-hybrid-sleep.service.8: man/systemd-suspend.service.8 man/systemd-initctl.8: man/systemd-initctl.service.8 @@ -567,6 +570,9 @@ man/systemd-fsck-root.service.html: man/systemd-fsck@.service.html man/systemd-fsck.html: man/systemd-fsck@.service.html $(html-alias) +man/systemd-hibernate-resume.html: man/systemd-hibernate-resume@.service.html + $(html-alias) + man/systemd-hibernate.service.html: man/systemd-suspend.service.html $(html-alias) @@ -1619,6 +1625,7 @@ EXTRA_DIST += \ man/systemd-getty-generator.xml \ man/systemd-gpt-auto-generator.xml \ man/systemd-halt.service.xml \ + man/systemd-hibernate-resume@.service.xml \ man/systemd-hostnamed.service.xml \ man/systemd-inhibit.xml \ man/systemd-initctl.service.xml \ |