summaryrefslogtreecommitdiff
path: root/units/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-10-16 23:25:04 +0200
committerLennart Poettering <lennart@poettering.net>2023-01-17 09:42:16 +0100
commit04959faa632272a8fc9cdac3121b2e4af721c1b6 (patch)
tree71b689e13950e8464c66653d67970aa178567db1 /units/meson.build
parent50072ccf1bfee8a53563a083a3a52b26f0d5678f (diff)
downloadsystemd-04959faa632272a8fc9cdac3121b2e4af721c1b6.tar.gz
generators: optionally, measure file systems at boot
If we use gpt-auto-generator, automatically measure root fs and /var. Otherwise, add x-systemd.measure option to request this.
Diffstat (limited to 'units/meson.build')
-rw-r--r--units/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/units/meson.build b/units/meson.build
index 62ce438a3f..d59796b62b 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -267,6 +267,8 @@ in_units = [
'sysinit.target.wants/'],
['systemd-pcrmachine.service', 'HAVE_GNU_EFI HAVE_OPENSSL HAVE_TPM2',
'sysinit.target.wants/'],
+ ['systemd-pcrfs-root.service', ''],
+ ['systemd-pcrfs@.service', ''],
['systemd-growfs-root.service', ''],
['systemd-growfs@.service', ''],
]