1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

mkosi: Add tpm2-tools to the initrd

To provide tpm2_eventlog for PCR debugging.
This commit is contained in:
Daan De Meyer 2023-07-10 14:48:34 +02:00
parent 5fc97a5fde
commit db1264a811
3 changed files with 14 additions and 0 deletions

View File

@ -9,3 +9,4 @@ CompressOutput=xz
[Content]
Packages=xfsprogs
tpm2-tools

View File

@ -2,9 +2,11 @@
[Match]
Distribution=!centos
Distribution=!opensuse
[Output]
CompressOutput=zst
[Content]
Packages=btrfs-progs
tpm2-tools

View File

@ -0,0 +1,11 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
[Match]
Distribution=opensuse
[Output]
CompressOutput=zst
[Content]
Packages=btrfs-progs
tpm2.0-tools