mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-24 02:03:54 +03:00
meson: Fix pcrphase unit conditions
This commit is contained in:
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/'],
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user