Browse Source

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.
master
Beniamino Galvani 3 years ago committed by Jóhann B. Guðmundsson
parent
commit
0e5905315e
  1. 1
      modules.d/35network-manager/module-setup.sh

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

@ -31,6 +31,7 @@ install() { @@ -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

Loading…
Cancel
Save