]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(systemd-networkd): dbus is not a mandatory dependency
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sun, 21 Apr 2024 11:30:27 +0000 (07:30 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Tue, 23 Apr 2024 21:48:32 +0000 (17:48 -0400)
modules.d/01systemd-networkd/module-setup.sh

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