diff options
Diffstat (limited to 'scripts/phase.py')
-rw-r--r-- | scripts/phase.py | 4 |
1 files changed, 3 insertions, 1 deletions
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(): |