only report one for now.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 18 Feb 2009 23:07:50 +0000 (23:07 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 18 Feb 2009 23:07:50 +0000 (23:07 +0000)
RunlevelAgent.py

index 9c7c0a2..739678d 100644 (file)
@@ -110,8 +110,8 @@ def main():
             #     
             if env == "bootmanager":
                 # if bm not running, and plc bootstate = boot, then
-                api.ReportRunlevel({'run_level' : 'failboot'})
-                api.ReportRunlevel({'run_level' : 'reinstall'})
+                #api.ReportRunlevel({'run_level' : 'failboot'})
+                #api.ReportRunlevel({'run_level' : 'reinstall'})
                 # if bm not running, and plc bootstate = safeboot, then
                 api.ReportRunlevel({'run_level' : 'safeboot'})
             elif env == "production":