From 0e5905315e92dfc095f543fd73db6190db533217 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Tue, 3 Aug 2021 16:10:14 +0200 Subject: [PATCH] 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. --- modules.d/35network-manager/module-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules.d/35network-manager/module-setup.sh b/modules.d/35network-manager/module-setup.sh index f856146800..ab2afa2c51 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