From d2c68822c47e37b582820f45b496b2e7d1f9e642 Mon Sep 17 00:00:00 2001 From: Ivan Shapovalov Date: Wed, 27 Aug 2014 00:17:45 +0400 Subject: hibernate-resume-generator: add a generator for instantiating the resume unit. hibernate-resume-generator understands resume= kernel command line parameter and instantiates the systemd-resume@.service accordingly if it is passed. This enables resume from hibernation using device specified on the kernel command line, and it may be specified either as "/dev/disk/by-foo/bar" or "FOO=bar", not only "/dev/sdXY" which is understood by the in-kernel implementation. So now resume= is brought on par with root= in terms of possible ways to specify a device. --- man/kernel-command-line.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'man/kernel-command-line.xml') diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 36428aaa9..d872e6d5b 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -351,6 +351,17 @@ + + resume= + + + Enables resume from hibernation + using the specified device. + All fstab5-like + pathes are supported. For details, see + systemd-hibernate-resume-generator8. + + @@ -373,7 +384,8 @@ systemd-gpt-auto-generator8, systemd-modules-load.service8, systemd-backlight@.service8, - systemd-rfkill@.service8 + systemd-rfkill@.service8, + systemd-hibernate-resume-generator8 -- cgit v1.2.3