Skip to content

Commit

Permalink
fix(network-manager): always install the library plugins directory
Browse files Browse the repository at this point in the history
The library plugins directory is automatically added to the initrd if either
libnm-device-plugin-team.so or libnm-settings-plugin-ifcfg-rh.so are present on
the system, but both are optional libraries, and if it does not exist, the
NetworkManager issues a warning.
  • Loading branch information
aafeijoo-suse authored and LaszloGombos committed Oct 22, 2022
1 parent cc66925 commit 429f9de
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 @@ -61,6 +61,7 @@ install() {
inst_hook initqueue/settled 99 "$moddir/nm-run.sh"

inst_rules 85-nm-unmanaged.rules
inst_libdir_dir "NetworkManager/$_nm_version"
inst_libdir_file "NetworkManager/$_nm_version/libnm-device-plugin-team.so"
inst_simple "$moddir/nm-lib.sh" "/lib/nm-lib.sh"

Expand Down

0 comments on commit 429f9de

Please sign in to comment.