fixed typo
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 27 May 2011 20:46:11 +0000 (16:46 -0400)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 27 May 2011 20:46:11 +0000 (16:46 -0400)
source/steps/ChainBootNode.py

index 6b1a0c4..848cb3d 100644 (file)
@@ -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" )