cryptsetup: bind cryptsetup service to both source and destination device

This commit is contained in:
Lennart Poettering 2010-11-15 04:11:42 +01:00
parent 9b3d909074
commit 49d50c55bb
2 changed files with 6 additions and 2 deletions

4
TODO
View File

@ -82,6 +82,8 @@
* declare /etc/os-release cross-distro standard
* add ConditionDirectoryNotEmpty=
Pre v12:
* fix hotplug transactions
@ -96,6 +98,8 @@ External:
* pam_securetty should honour console=
* sysctl should support sysctl.conf.d directory
* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth

View File

@ -100,9 +100,9 @@ static int create_disk(
"[Unit]\n"
"Description=Cryptography Setup for %%f\n"
"DefaultDependencies=no\n"
"BindTo=%s\n"
"BindTo=%s dev-mapper-%%i.device\n"
"After=systemd-readahead-collect.service systemd-readahead-replay.service %s\n"
"Before=dev-mapper-%%i.device shutdown.target\n",
"Before=dev-mapper-%%i.device shutdown.target local-fs.target\n",
d, d);
if (password && (streq(password, "/dev/urandom") ||