summaryrefslogtreecommitdiffstats
path: root/flags.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-16 23:43:30 +0000
committerMatt Wilson <msw@redhat.com>2001-07-16 23:43:30 +0000
commitb359ed47aa6ee7562ccd77ca7f4aef492ec4859b (patch)
tree133d6f075dd73313f285f3ee6685c98d39365067 /flags.py
parent5416b2a0a73ddc2ea0845b96325268aedea673b9 (diff)
downloadanaconda-b359ed47aa6ee7562ccd77ca7f4aef492ec4859b.tar.gz
anaconda-b359ed47aa6ee7562ccd77ca7f4aef492ec4859b.tar.xz
anaconda-b359ed47aa6ee7562ccd77ca7f4aef492ec4859b.zip
autostep hack
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()