Skip to content

Commit 0e59053

Browse files
bengaljohannbg
authored andcommitted
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.
1 parent d7acf10 commit 0e59053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules.d/35network-manager/module-setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ install() {
3131

3232
inst NetworkManager
3333
inst_multiple -o /usr/{lib,libexec}/nm-initrd-generator
34+
inst_multiple -o /usr/{lib,libexec}/nm-daemon-helper
3435
inst_multiple -o teamd dhclient
3536
inst_hook cmdline 99 "$moddir/nm-config.sh"
3637
if dracut_module_included "systemd"; then

0 commit comments

Comments
 (0)