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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0b5608ccf9..8aed0b9ba6 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,7 @@ /systemd-gnome-ask-password-agent /systemd-gpt-auto-generator /systemd-hibernate-resume +/systemd-hibernate-resume-generator /systemd-hostnamed /systemd-inhibit /systemd-initctl -- cgit v1.2.3-54-g00ecf