Skip to content

Commit

Permalink
fix(network-manager): support nm-initrd-generator under NetworkManager
Browse files Browse the repository at this point in the history
  • Loading branch information
LaszloGombos committed Jul 2, 2023
1 parent aca5120 commit e08f2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules.d/35network-manager/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ install() {
inst_multiple ip sed grep

inst NetworkManager
inst_multiple -o /usr/{lib,libexec}/nm-initrd-generator
inst_multiple -o /usr/{lib,libexec}/nm-daemon-helper
inst_multiple -o /usr/{lib,libexec}{,/NetworkManager}/nm-initrd-generator
inst_multiple -o /usr/{lib,libexec}{,/NetworkManager}/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 e08f2f9

Please sign in to comment.