diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-16 23:43:30 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-16 23:43:30 +0000 |
commit | b359ed47aa6ee7562ccd77ca7f4aef492ec4859b (patch) | |
tree | 133d6f075dd73313f285f3ee6685c98d39365067 /flags.py | |
parent | 5416b2a0a73ddc2ea0845b96325268aedea673b9 (diff) | |
download | anaconda-b359ed47aa6ee7562ccd77ca7f4aef492ec4859b.tar.gz anaconda-b359ed47aa6ee7562ccd77ca7f4aef492ec4859b.tar.xz anaconda-b359ed47aa6ee7562ccd77ca7f4aef492ec4859b.zip |
autostep hack
Diffstat (limited to 'flags.py')
-rw-r--r-- | flags.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |