From: Beniamino Galvani Date: Tue, 3 Aug 2021 14:10:14 +0000 (+0200) Subject: fix(network-manager): include nm-daemon-helper binary X-Git-Tag: 056~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e5905315e92dfc095f543fd73db6190db533217;p=thirdparty%2Fdracut.git fix(network-manager): include nm-daemon-helper binary Since version 1.32, NetworkManager launches a tiny external helper to determine the hostname via reverse DNS resolution through glibc's nss-dns. Include the binary. --- diff --git a/modules.d/35network-manager/module-setup.sh b/modules.d/35network-manager/module-setup.sh index f85614680..ab2afa2c5 100755 --- a/modules.d/35network-manager/module-setup.sh +++ b/modules.d/35network-manager/module-setup.sh @@ -31,6 +31,7 @@ install() { inst NetworkManager inst_multiple -o /usr/{lib,libexec}/nm-initrd-generator + inst_multiple -o /usr/{lib,libexec}/nm-daemon-helper inst_multiple -o teamd dhclient inst_hook cmdline 99 "$moddir/nm-config.sh" if dracut_module_included "systemd"; then