From: Laszlo Gombos Date: Sat, 15 Jun 2024 19:36:11 +0000 (-0400) Subject: fix(systemd-networkd): this module depends on systemd X-Git-Tag: 103~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa2e4ffe7e04bb57ca57bc7cd3d38a7d5d3dc33;p=thirdparty%2Fdracut-ng.git fix(systemd-networkd): this module depends on systemd --- diff --git a/modules.d/01systemd-networkd/module-setup.sh b/modules.d/01systemd-networkd/module-setup.sh index 3658882f9..f564242cb 100755 --- a/modules.d/01systemd-networkd/module-setup.sh +++ b/modules.d/01systemd-networkd/module-setup.sh @@ -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