]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(systemd-networkd): this module depends on systemd
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 15 Jun 2024 19:36:11 +0000 (15:36 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Wed, 19 Jun 2024 16:06:08 +0000 (12:06 -0400)
modules.d/01systemd-networkd/module-setup.sh

index 3658882f966e30dc676dcf263f929af73d29b653..f564242cb6f4e1650a334d123453b18e0eeb8f8a 100755 (executable)
@@ -22,7 +22,7 @@ check() {
 depends() {
 
     # This module has external dependency on other module(s).
-    echo kernel-network-modules systemd-sysusers
+    echo kernel-network-modules systemd-sysusers systemd
     # Return 0 to include the dependent module(s) in the initramfs.
     return 0