From: Thierry Parmentelat Date: Wed, 27 Feb 2013 12:41:56 +0000 (+0100) Subject: bugfixes X-Git-Tag: bootmanager-5.2-1~2 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=2a50c56c7227393d247fd403f43a71acc1aad5a9 bugfixes --- diff --git a/source/BootManager.py b/source/BootManager.py index ab64657..43139a2 100755 --- a/source/BootManager.py +++ b/source/BootManager.py @@ -234,7 +234,7 @@ class BootManager: # has disappeared (Daniel suggested modules.aliases could be used instead) # and second, in any case it's been years now that modprobe.conf was deprecated # so most likely this code has no actual effect - if vars['virt'] == 'vs': + if self.VARS['virt'] == 'vs': WriteModprobeConfig.Run( self.VARS, self.LOG ) WriteNetworkConfig.Run( self.VARS, self.LOG ) CheckForNewDisks.Run( self.VARS, self.LOG ) diff --git a/source/steps/ChainBootNode.py b/source/steps/ChainBootNode.py index 75428aa..566e4e1 100644 --- a/source/steps/ChainBootNode.py +++ b/source/steps/ChainBootNode.py @@ -21,6 +21,7 @@ from Exceptions import BootManagerException import UpdateNodeConfiguration import StopRunlevelAgent +import MakeInitrd def Run( vars, log ): """