X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2FBootManager.py;h=c4eea37265e0dca27feae648ec1e015953f1f173;hb=7af554c2e298701f712922f99512d6b81053df66;hp=76b42e50b0f9e054c55cb80642ecd7ec1cb2ebde;hpb=7d2de0b37d255b719f93392a0ed1dca717e0c9b0;p=bootmanager.git diff --git a/source/BootManager.py b/source/BootManager.py index 76b42e5..c4eea37 100755 --- a/source/BootManager.py +++ b/source/BootManager.py @@ -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 )