Tagging module BootManager - BootManager-3.2-5
[bootmanager.git] / source / BootManager.py
index b745eb0..6429af5 100755 (executable)
@@ -213,7 +213,7 @@ class BootManager:
             # runinstaller
             InstallInit.Run( self.VARS, self.LOG )                    
             InstallPartitionDisks.Run( self.VARS, self.LOG )            
-            InstallBootstrapRPM.Run( self.VARS, self.LOG )            
+            InstallBootstrapFS.Run( self.VARS, self.LOG )            
             InstallWriteConfig.Run( self.VARS, self.LOG )
             InstallUninitHardware.Run( self.VARS, self.LOG )
             self.VARS['BOOT_STATE']= 'boot'
@@ -300,7 +300,7 @@ def main(argv):
     import utils
     utils.prompt_for_breakpoint_mode()
 
-    utils.breakpoint ("Entering BootManager::main")
+    #utils.breakpoint ("Entering BootManager::main")
     
     global NodeRunStates
     NodeRunStates = {'new':None,