don't unnecessarily shutdown/startup lvm between successful install and
[bootmanager.git] / source / steps / InstallBootstrapRPM.py
index 0a7750d..86d935d 100644 (file)
@@ -65,6 +65,8 @@ def Run( vars, log ):
     Sets the following variables:
     TEMP_BOOTCD_PATH     where the boot cd is remounted in the temp
                          path
+    ROOT_MOUNTED         set to 1 when the the base logical volumes
+                         are mounted.
     """
 
     log.write( "\n\nStep: Install: Bootstrapping RPM.\n" )
@@ -118,6 +120,9 @@ def Run( vars, log ):
     utils.sysexec( "mount -t ext3 %s %s/vservers" % (PARTITIONS["vservers"],
                                                      SYSIMG_PATH), log )
 
+    vars['ROOT_MOUNTED']= 1
+    
+
     # download and extract support tarball for
     # this step, which has everything
     # we need to successfully run