summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2023-01-08 09:07:22 +0100
committerLennart Poettering <lennart@poettering.net>2023-01-09 09:52:55 +0100
commitd84bdadb434c1c07a9dd548f757ada0e2909262f (patch)
treeecb8e424070f46c1647a2daadfc26cee5411af69 /meson_options.txt
parent4f79f545b3c46c358666c9f5f2b384fe50aac4b4 (diff)
downloadsystemd-d84bdadb434c1c07a9dd548f757ada0e2909262f.tar.gz
boot: Remove option TPM PCR compat option
It says remove in 2023; happy to oblige.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6a95955dd9..8ce245dbb9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -444,8 +444,6 @@ option('efi-libdir', type : 'string',
description : 'path to the EFI lib directory')
option('efi-includedir', type : 'string', value : '/usr/include/efi',
description : 'path to the EFI header directory')
-option('efi-tpm-pcr-compat', type : 'boolean', value : false,
- description : 'Measure kernel command line also into TPM PCR 8 (in addition to 12)')
option('sbat-distro', type : 'string', value : 'auto',
description : 'SBAT distribution ID, e.g. fedora, or auto for autodetection')
option('sbat-distro-generation', type : 'integer', value : 1,