mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
mkosi: Add tpm2-tools to the initrd
To provide tpm2_eventlog for PCR debugging.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user