Make sure dm_mod is loaded when running on a kernel where this has been built as...
authorMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 24 Feb 2009 04:20:26 +0000 (04:20 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 24 Feb 2009 04:20:26 +0000 (04:20 +0000)
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"