> +void mlCustomLoads(moduleList modLoaded, moduleDeps modDeps, > + moduleInfoSet modInfo) > +{ > + if (mlModuleInList("mlx4_core", modLoaded)) { > + logMessage(INFO, "modules: mlx4_core present, loading mlx4_en and mlx4_ib"); > + mlLoadModuleSet("mlx4_en", modLoaded, modDeps, modInfo); > + mlLoadModuleSet("mlx4_ib", modLoaded, modDeps, modInfo); These two could be condensed into one function call: mlLoadModuleSet("mlx4_en:mlx4_ib", modLoaded, modDeps, modInfo); - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list