--- loader/loader.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/loader/loader.c b/loader/loader.c index 3143449..15826fe 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -2109,9 +2109,6 @@ int main(int argc, char ** argv) { mlLoadModuleSet("cramfs:squashfs:iscsi_tcp"); - /* Load all modules needed for IP over Infiniband */ - mlLoadModuleSet("ib_ipoib:mlx4_core:mlx4_ib"); - loadScsiDhModules(); #if !defined(__s390__) && !defined(__s390x__) @@ -2235,6 +2232,10 @@ int main(int argc, char ** argv) { /* Reset depmod & modprobe to normal mode and get the rest of drivers */ mlFreeModuleState(moduleState); + + /* Load all modules needed for IP over Infiniband */ + mlLoadModuleSet("ib_ipoib:mlx4_core:mlx4_ib"); + if (!FL_NOPROBE(flags)) detectHardware(USB_DETECT_DELAY); /* HAL daemon */ -- 1.7.4.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list