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:
parent
5fc97a5fde
commit
db1264a811
@ -9,3 +9,4 @@ CompressOutput=xz
|
||||
|
||||
[Content]
|
||||
Packages=xfsprogs
|
||||
tpm2-tools
|
||||
|
@ -2,9 +2,11 @@
|
||||
|
||||
[Match]
|
||||
Distribution=!centos
|
||||
Distribution=!opensuse
|
||||
|
||||
[Output]
|
||||
CompressOutput=zst
|
||||
|
||||
[Content]
|
||||
Packages=btrfs-progs
|
||||
tpm2-tools
|
||||
|
11
mkosi.presets/10-initrd/mkosi.conf.d/10-opensuse.conf
Normal file
11
mkosi.presets/10-initrd/mkosi.conf.d/10-opensuse.conf
Normal 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
|
Loading…
Reference in New Issue
Block a user