summaryrefslogtreecommitdiffstats
path: root/flags.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-10-02 20:09:24 +0000
committerMike Fulbright <msf@redhat.com>2003-10-02 20:09:24 +0000
commit9623b38eb5283accd9e25e440dfbe848922a239f (patch)
treef723580d9eef5427a054ed84dacf8d33f203b521 /flags.py
parentd78d85aa2ec5249b157cb24bfd4f97254dcfecfb (diff)
downloadanaconda-9623b38eb5283accd9e25e440dfbe848922a239f.tar.gz
anaconda-9623b38eb5283accd9e25e440dfbe848922a239f.tar.xz
anaconda-9623b38eb5283accd9e25e440dfbe848922a239f.zip
add autoscreenshot flag
Diffstat (limited to 'flags.py')
-rw-r--r--flags.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/flags.py b/flags.py
index 2008ffc0e..fda4f5216 100644
--- a/flags.py
+++ b/flags.py
@@ -33,6 +33,7 @@ class Flags:
self.__dict__['flags']['serial'] = 0
self.__dict__['flags']['setupFilesystems'] = 1
self.__dict__['flags']['autostep'] = 0
+ self.__dict__['flags']['autoscreenshot'] = 0
self.__dict__['flags']['usevnc'] = 0
global flags