summaryrefslogtreecommitdiffstats
path: root/flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'flags.py')
-rw-r--r--flags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags.py b/flags.py
index 64ada844c..bd368b103 100644
--- a/flags.py
+++ b/flags.py
@@ -33,7 +33,7 @@ class Flags:
self.__dict__['flags']['serial'] = 0
self.__dict__['flags']['reconfig'] = 0
self.__dict__['flags']['setupFilesystems'] = 1
-
+ self.__dict__['flags']['autostep'] = 0
global flags
flags = Flags()