From de097babb0bc5240453f5e061d0ca3d2957fc4c4 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Fri, 27 May 2011 16:46:11 -0400 Subject: [PATCH] fixed typo --- source/steps/ChainBootNode.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ) -- 2.43.0