Make sure dm_mod is loaded when running on a kernel where this has been built as...
[bootmanager.git] / source / steps / InitializeBootManager.py
index d482133..2f976da 100644 (file)
@@ -86,6 +86,8 @@ def Run( vars, log ):
             log.write( "Loading support for Fusion MPT SCSI controllers\n" )
             utils.sysexec_noerr( "modprobe mptscsih", log )
 
+    log.write( "Loading support for LVM\n" )
+    utils.sysexec_noerr( "modprobe dm_mod", log )
     # for anything that needs to know we are running under the boot cd and
     # not the runtime os
     os.environ['PL_BOOTCD']= "1"