aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-15 01:38:34 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-15 01:38:34 +0200
commitf9bd4784d55c6e2afe4c102a1212a7661ac0ef80 (patch)
treefa2140a1147e6805f502f41ffcf06a860f807feb /conf.py
parent2e9ef6384bf9a9b599a5f7438d8772fcbccb760f (diff)
downloadlinux-conf-perf-f9bd4784d55c6e2afe4c102a1212a7661ac0ef80.tar.gz
linux-conf-perf-f9bd4784d55c6e2afe4c102a1212a7661ac0ef80.tar.bz2
linux-conf-perf-f9bd4784d55c6e2afe4c102a1212a7661ac0ef80.zip
Rewrite write_config solution check and fix apply
solution.apply failed in case of last solution.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 2ead6b7..f05a674 100644
--- a/conf.py
+++ b/conf.py
@@ -35,7 +35,7 @@ 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.
+only_config = False # Executes only to configuration phase. Building and booting phases are skipped.
ignore_misconfig = False
#######################################
# Most probably you don't want touch rest of these.