]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Install systemd-boot in opensuse initrd
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 20 Feb 2025 13:11:58 +0000 (14:11 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 20 Feb 2025 14:18:14 +0000 (15:18 +0100)
This contains the systemd-stub tmpfiles snippet which we need to
copy stuff from /.extra to /run/systemd/stub which
TEST-86-MULTI-UKI-PROFILE depends on to work properly.

mkosi.images/initrd/mkosi.conf.d/opensuse.conf

index 9f685e61e5612dfeb6c914bd574e9771a0b8bda4..8b84e239f23ac72ca0286401725bf394f048fed5 100644 (file)
@@ -13,5 +13,6 @@ VolatilePackages=
         libsystemd0
         libudev1
         systemd
-        udev
+        systemd-boot # TODO: Drop once opensuse moves the systemd-stub tmpfiles snippet back to the systemd package
         systemd-experimental
+        udev