Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mkosi/resources/mkosi-initrd/mkosi.conf.d/arch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Packages=

# Various libraries that are dlopen'ed by systemd
libfido2
libseccomp
tpm2-tss

procps-ng
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Distribution=|azure
[Content]
Packages=
# Various libraries that are dlopen'ed by systemd
libseccomp
tpm2-tss

# File system checkers for supported root file systems
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Packages=
dmsetup # Not pulled in as a dependency on Debian/Ubuntu

libcryptsetup12
libseccomp2

# xfsprogs pulls in python on Debian (???) and XFS generally
# isn't used on Debian so we don't install xfsprogs.
Expand Down
1 change: 1 addition & 0 deletions mkosi/resources/mkosi-initrd/mkosi.conf.d/opensuse.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Packages=

# Various libraries that are dlopen'ed by systemd
libfido2-1
libseccomp2
libtss2-esys0
libtss2-mu0
libtss2-rc0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ Distribution=postmarketos
[Content]
Packages=
kbd
libseccomp
util-linux-login
systemd-udevd
Loading