]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
mkosi-initrd: Install libseccomp explicitly
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 24 Sep 2025 14:03:06 +0000 (16:03 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 25 Sep 2025 23:40:56 +0000 (00:40 +0100)
It might become a Recommends of systemd in the future in distribution
packages but we should make sure it is available in the initrd regardless.

mkosi/resources/mkosi-initrd/mkosi.conf.d/arch.conf
mkosi/resources/mkosi-initrd/mkosi.conf.d/azure-centos-fedora.conf
mkosi/resources/mkosi-initrd/mkosi.conf.d/debian-kali-ubuntu/mkosi.conf
mkosi/resources/mkosi-initrd/mkosi.conf.d/opensuse.conf
mkosi/resources/mkosi-initrd/mkosi.conf.d/postmarketos.conf

index 7c9bbfe44528d0d0f129b0748f55fc68c393feb0..0c2b38169514d0b4d6ef40ddf64ca3e693e5f943 100644 (file)
@@ -12,6 +12,7 @@ Packages=
 
         # Various libraries that are dlopen'ed by systemd
         libfido2
+        libseccomp
         tpm2-tss
 
         procps-ng
index 6fc183cc63de19f6dbe64f3eaf73d6a45d849148..fcc8024f437bcb35805a0ec2b807ba31ec2271e1 100644 (file)
@@ -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
index e4e927d9895f4f0c2f843583a22d6fa2bf783187..d5be0db23d480cdcec810ee6b90a5a6ac0de5408 100644 (file)
@@ -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.
index 6f830333a9ddeb18790154f50a0ac9d21b99f5c3..76e22c432d3122818ea660c3cd8911ec57fab83f 100644 (file)
@@ -16,6 +16,7 @@ Packages=
 
         # Various libraries that are dlopen'ed by systemd
         libfido2-1
+        libseccomp2
         libtss2-esys0
         libtss2-mu0
         libtss2-rc0
index 41c9db777f157d679c9360f505c1c10a04c2222b..a2e5e7bc0a870d91a716c8347af5f46871d1bc21 100644 (file)
@@ -6,5 +6,6 @@ Distribution=postmarketos
 [Content]
 Packages=
         kbd
+        libseccomp
         util-linux-login
         systemd-udevd