We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa6523 commit 4982e16Copy full SHA for 4982e16
modules.d/40network/module-setup.sh
@@ -21,7 +21,7 @@ depends() {
21
network_handler="network-wicked"
22
elif [[ -x $dracutsysrootdir/usr/libexec/nm-initrd-generator ]]; then
23
network_handler="network-manager"
24
- elif [[ -x $dracutsysrootdir/usr/lib/systemd/systemd-networkd ]]; then
+ elif [[ -x $dracutsysrootdir$systemdutildir/systemd-networkd ]]; then
25
network_handler="systemd-networkd"
26
else
27
network_handler="network-legacy"
0 commit comments