mirror of
https://github.com/systemd/systemd.git
synced 2025-09-10 22:52:49 +02:00
mkosi: include networkd + import-generator in initrd
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user