summaryrefslogtreecommitdiff
path: root/units/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-27 13:26:01 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-27 13:36:22 +0100
commit6bdcb72086b681a0d42521169fdadb65ef2ac539 (patch)
treec0b45576efe3afe073fbc9437b9a6429f6f22caa /units/meson.build
parentd5816b6138be788f3d3ea72359bb28dc239c3235 (diff)
downloadsystemd-6bdcb72086b681a0d42521169fdadb65ef2ac539.tar.gz
Revert "units: add initrd-cryptsetup.target"
This reverts commit 6c5496c492a8d74e54d22bf8824160cab1e63c10. sysinit.target is shared between the initrd and the host system. Pulling in initrd-cryptsetup.target into sysinit.target causes the following warning at boot: Oct 27 10:42:30 workstation-uefi systemd[1]: initrd-cryptsetup.target: Starting requested but asserts failed. Oct 27 10:42:30 workstation-uefi systemd[1]: Assertion failed for initrd-cryptsetup.target.
Diffstat (limited to 'units/meson.build')
-rw-r--r--units/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/units/meson.build b/units/meson.build
index 670f366b92..a8c52e96a7 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -28,8 +28,6 @@ units = [
['hybrid-sleep.target', 'ENABLE_HIBERNATE'],
['suspend-then-hibernate.target', 'ENABLE_HIBERNATE'],
['initrd-cleanup.service', 'ENABLE_INITRD'],
- ['initrd-cryptsetup.target', 'HAVE_LIBCRYPTSETUP ENABLE_INITRD',
- 'sysinit.target.wants/'],
['initrd-fs.target', 'ENABLE_INITRD'],
['initrd-parse-etc.service', 'ENABLE_INITRD'],
['initrd-root-device.target', 'ENABLE_INITRD'],