]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(network-manager): include nm-daemon-helper binary
authorBeniamino Galvani <bgalvani@redhat.com>
Tue, 3 Aug 2021 14:10:14 +0000 (16:10 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Fri, 6 Aug 2021 13:40:56 +0000 (13:40 +0000)
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

index f856146800f369df1f76c12cdcf131f2ae7e9b7d..ab2afa2c51fe55d3b03cbe05cd6d6901a129696f 100755 (executable)
@@ -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