Skip to content

Commit 429f9de

Browse files
aafeijoo-suseLaszloGombos
authored andcommitted
fix(network-manager): always install the library plugins directory
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.
1 parent cc66925 commit 429f9de

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
@@ -61,6 +61,7 @@ install() {
6161
inst_hook initqueue/settled 99 "$moddir/nm-run.sh"
6262

6363
inst_rules 85-nm-unmanaged.rules
64+
inst_libdir_dir "NetworkManager/$_nm_version"
6465
inst_libdir_file "NetworkManager/$_nm_version/libnm-device-plugin-team.so"
6566
inst_simple "$moddir/nm-lib.sh" "/lib/nm-lib.sh"
6667

0 commit comments

Comments
 (0)