Skip to content

Commit

Permalink
fix(network-manager): include nm-daemon-helper binary
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bengal authored and johannbg committed Aug 6, 2021
1 parent d7acf10 commit 0e59053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules.d/35network-manager/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e59053

Please sign in to comment.