|
Harald Hoyer |
99c743 |
From 7ea391b527eb19c572a750fe00f95d02a50beabf Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
99c743 |
From: Jonathan Lebon <jonathan@jlebon.com>
|
|
Harald Hoyer |
99c743 |
Date: Wed, 23 Sep 2020 21:15:52 -0400
|
|
Harald Hoyer |
99c743 |
Subject: [PATCH] 90crypt: pull in remote-cryptsetup.target enablement
|
|
Harald Hoyer |
99c743 |
|
|
Harald Hoyer |
99c743 |
This is enabled upstream in
|
|
Harald Hoyer |
99c743 |
https://github.com/systemd/systemd/pull/17149.
|
|
Harald Hoyer |
99c743 |
---
|
|
Harald Hoyer |
99c743 |
modules.d/90crypt/module-setup.sh | 1 +
|
|
Harald Hoyer |
99c743 |
1 file changed, 1 insertion(+)
|
|
Harald Hoyer |
99c743 |
|
|
Harald Hoyer |
99c743 |
diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh
|
|
Harald Hoyer |
99c743 |
index e3d6338f..f43b2e5d 100755
|
|
Harald Hoyer |
99c743 |
--- a/modules.d/90crypt/module-setup.sh
|
|
Harald Hoyer |
99c743 |
+++ b/modules.d/90crypt/module-setup.sh
|
|
Harald Hoyer |
99c743 |
@@ -151,6 +151,7 @@ install() {
|
|
Harald Hoyer |
99c743 |
$systemdsystemunitdir/systemd-ask-password-console.service \
|
|
Harald Hoyer |
99c743 |
$systemdsystemunitdir/cryptsetup.target \
|
|
Harald Hoyer |
99c743 |
$systemdsystemunitdir/sysinit.target.wants/cryptsetup.target \
|
|
Harald Hoyer |
99c743 |
+ $systemdsystemunitdir/initrd-root-fs.target.wants/remote-cryptsetup.target \
|
|
Harald Hoyer |
99c743 |
systemd-ask-password systemd-tty-ask-password-agent
|
|
Harald Hoyer |
99c743 |
fi
|
|
Harald Hoyer |
99c743 |
|
|
Harald Hoyer |
99c743 |
|