X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2FBootManager.py;h=6429af58e96ebade5723bbc2b6fc6f91f85bb61d;hb=a5fe6ef6d0efbdd52a5d0f79a309a5053905f29e;hp=b745eb0e49b71997552c092be44dccb7f0cd7941;hpb=b585265b99da8526d487fee031dc4a6ddc179a5c;p=bootmanager.git diff --git a/source/BootManager.py b/source/BootManager.py index b745eb0..6429af5 100755 --- a/source/BootManager.py +++ b/source/BootManager.py @@ -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,