From: Stephen Soltesz Date: Fri, 27 May 2011 20:46:11 +0000 (-0400) Subject: fixed typo X-Git-Tag: bootmanager-5.0-18~2 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=de097babb0bc5240453f5e061d0ca3d2957fc4c4 fixed typo --- 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" )