remove useless InstallNodeInit step
[bootmanager.git] / source / BootManager.py
index 76b42e5..c5e27f3 100755 (executable)
@@ -191,6 +191,7 @@ class BootManager:
             InstallInit.Run( self.VARS, self.LOG )                    
             if ValidateNodeInstall.Run( self.VARS, self.LOG ):
                 WriteModprobeConfig.Run( self.VARS, self.LOG )
+                MakeInitrd.Run( self.VARS, self.LOG )
                 WriteNetworkConfig.Run( self.VARS, self.LOG )
                 # the following step should be done by NM
                 UpdateNodeConfiguration.Run( self.VARS, self.LOG )
@@ -215,7 +216,6 @@ class BootManager:
             InstallBootstrapRPM.Run( self.VARS, self.LOG )            
             InstallWriteConfig.Run( self.VARS, self.LOG )
             InstallBuildVServer.Run( self.VARS, self.LOG )
-            InstallNodeInit.Run( self.VARS, self.LOG )
             InstallUninitHardware.Run( self.VARS, self.LOG )
             self.VARS['BOOT_STATE']= 'boot'
             self.VARS['STATE_CHANGE_NOTIFY']= 1