1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-14 04:58:28 +03:00

mkosi: include networkd + import-generator in initrd

This commit is contained in:
Lennart Poettering 2025-02-07 17:54:36 +01:00
parent 48ae15816b
commit 3a4e31b1c4
3 changed files with 9 additions and 0 deletions

View 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

View 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

View 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