mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
meson: Fix pcrphase unit conditions
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
88ee6a9e4b
commit
9377e53f4f
@@ -260,9 +260,9 @@ in_units = [
|
||||
'sysinit.target.wants/ initrd-root-fs.target.wants/'],
|
||||
['user-runtime-dir@.service', ''],
|
||||
['user@.service', ''],
|
||||
['systemd-pcrphase-initrd.service', 'HAVE_GNU_EFI ENABLE_INITRD',
|
||||
['systemd-pcrphase-initrd.service', 'HAVE_GNU_EFI HAVE_OPENSSL HAVE_TPM2 ENABLE_INITRD',
|
||||
'initrd.target.wants/'],
|
||||
['systemd-pcrphase.service', 'HAVE_GNU_EFI',
|
||||
['systemd-pcrphase.service', 'HAVE_GNU_EFI HAVE_OPENSSL HAVE_TPM2',
|
||||
'sysinit.target.wants/'],
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user