X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FChainBootNode.py;fp=source%2Fsteps%2FChainBootNode.py;h=848cb3dea2a540c10b107d20b3cd72d0ae974e7e;hb=de097babb0bc5240453f5e061d0ca3d2957fc4c4;hp=6b1a0c4c7f394dcba905ee55a963bcb460d23587;hpb=7a73fb13b2a2af2d470da53fbb43760ea2544638;p=bootmanager.git diff --git a/source/steps/ChainBootNode.py b/source/steps/ChainBootNode.py index 6b1a0c4..848cb3d 100644 --- a/source/steps/ChainBootNode.py +++ b/source/steps/ChainBootNode.py @@ -13,6 +13,7 @@ import os import UpdateNodeConfiguration import MakeInitrd +import StopRunlevelAgent from Exceptions import * import utils import systeminfo @@ -167,7 +168,7 @@ def Run( vars, log ): vars['ROOT_MOUNTED']= 0 # Change runlevel to 'boot' prior to kexec. - StopRunLevelAgent.Run( vars, log ) + StopRunlevelAgent.Run( vars, log ) log.write( "Unloading modules and chain booting to new kernel.\n" )