summaryrefslogtreecommitdiffstats
path: root/flags.py
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2008-07-21 15:28:25 +0200
committerMartin Sivak <msivak@redhat.com>2008-07-21 15:32:26 +0200
commitb6a080fabaae89969be6e0d5cee0bde45143f8de (patch)
tree675c22116cc5af11a76f39c775820334c0cd1d74 /flags.py
parentb3cfc187ab5cea266398182d6cdb09d62483f060 (diff)
downloadanaconda-b6a080fabaae89969be6e0d5cee0bde45143f8de.tar.gz
anaconda-b6a080fabaae89969be6e0d5cee0bde45143f8de.tar.xz
anaconda-b6a080fabaae89969be6e0d5cee0bde45143f8de.zip
When there is text mode specified in the kickstart file, disable the vnc question (#455612)
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 c02c40ea7..25b5a64e8 100644
--- a/flags.py
+++ b/flags.py
@@ -71,6 +71,7 @@ class Flags:
self.__dict__['flags']['autostep'] = 0
self.__dict__['flags']['autoscreenshot'] = 0
self.__dict__['flags']['usevnc'] = 0
+ self.__dict__['flags']['vncquestion'] = True
self.__dict__['flags']['mpath'] = 1
self.__dict__['flags']['dmraid'] = 1
self.__dict__['flags']['selinux'] = SELINUX_DEFAULT