]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: include networkd + import-generator in initrd
authorLennart Poettering <lennart@poettering.net>
Fri, 7 Feb 2025 16:54:36 +0000 (17:54 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 21 Feb 2025 08:57:02 +0000 (09:57 +0100)
mkosi.images/initrd/mkosi.conf.d/centos-fedora.conf
mkosi.images/initrd/mkosi.conf.d/debian-ubuntu.conf
mkosi.images/initrd/mkosi.conf.d/opensuse.conf

index 6607dab0891c91361a235e00a6f918df3736ce3b..5c84cc4cd46c1f10f499a51207c0155a7fb8bab4 100644 (file)
@@ -12,3 +12,7 @@ VolatilePackages=
         systemd
         systemd-libs
         systemd-udev
+        # Pull in systemd-container so that the import-generator is available
+        systemd-container
+        # Pull in systemd-networkd so that we can do network boot
+        systemd-networkd
index 093c1bd8867ea44b0413b25eda101e16665625d5..577bf8f59f6c7f05e9f847959c40938cb046c1bc 100644 (file)
@@ -14,6 +14,8 @@ VolatilePackages=
         libsystemd0
         libudev1
         systemd
+        # Pull in systemd-container so that the import-generator is available
+        systemd-container
         systemd-cryptsetup
         systemd-repart
         udev
index 8b84e239f23ac72ca0286401725bf394f048fed5..deaa273b4dfde3d3f2eaed95b375c138b8453e6b 100644 (file)
@@ -14,5 +14,8 @@ VolatilePackages=
         libudev1
         systemd
         systemd-boot # TODO: Drop once opensuse moves the systemd-stub tmpfiles snippet back to the systemd package
+        # Pull in systemd-container so that the import-generator is available
+        systemd-container
         systemd-experimental
+        systemd-network
         udev