From 54cb72fb00801a4f2590261f96689b23e0079900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 6 May 2015 17:20:32 +0200 Subject: Add label for debugging configs --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 564f295..b769bdb 100644 --- a/conf.py +++ b/conf.py @@ -14,6 +14,7 @@ kernel_config_output = True kernel_make_output = True boot_output = True +# Configs for debugging step_by_step = False # Executes only single step and exits. single_loop = False # Executes only one loop and exits. only_config = True # Executes only to configuration phase. Building and booting phases are skipped. -- cgit v1.2.3