From 9fd9afdfd59cf778e64da865361158278ebc6358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 28 Apr 2015 13:05:26 +0200 Subject: Add boot phase --- scripts/phase.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/phase.py') diff --git a/scripts/phase.py b/scripts/phase.py index 390087f..30e61c2 100644 --- a/scripts/phase.py +++ b/scripts/phase.py @@ -14,7 +14,9 @@ phases = ("Not Initialized", #0 "Kernel configuration", #7 "Kernel configured", #8 "Kernel build", #9 - "Kernel built" #10 + "Kernel built", #10 + "System boot", #11 + "Benchmark successful" #12 ) def get(): -- cgit v1.2.3