Skip to content

Commit 9a68d02

Browse files
committed
debian: use new tpm2-tss metapackage instead of library packages
This new package depends on all the library packages, so it doesn't have to be updated, and doesn't need to use complex apt regexes
1 parent d09708e commit 9a68d02

2 files changed

Lines changed: 28 additions & 4 deletions

File tree

mkosi/resources/mkosi-initrd/mkosi.conf.d/debian-kali-ubuntu/mkosi.conf.d/libtss.conf

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# SPDX-License-Identifier: LGPL-2.1-or-later
22

3-
[Match]
4-
Distribution=|debian
5-
Distribution=|kali
6-
Distribution=|ubuntu
3+
[TriggerMatch]
4+
Distribution=debian
5+
Release=bullseye
6+
Release=bookworm
7+
Release=trixie
8+
9+
[TriggerMatch]
10+
Distribution=ubuntu
11+
Release=jammy
12+
Release=noble
713

814
[Content]
915
Packages=
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
3+
[TriggerMatch]
4+
Distribution=debian
5+
Release=!bullseye
6+
Release=!bookworm
7+
Release=!trixie
8+
9+
[TriggerMatch]
10+
Distribution=ubuntu
11+
Release=!jammy
12+
Release=!noble
13+
14+
[TriggerMatch]
15+
Distribution=kali
16+
17+
[Content]
18+
Packages=tpm2-tss

0 commit comments

Comments
 (0)