summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-06-26 18:21:28 +0000
committerChris Lumens <clumens@redhat.com>2006-06-26 18:21:28 +0000
commit7aff72603aa617711e2f08a11ebb366e3692c08b (patch)
tree94535f664b7365dcf3863007c3cc4b7581fb3203 /anaconda
parentc3eee2fabfa3215f7ee34f19049ecd9cb6b5b6f8 (diff)
downloadanaconda-7aff72603aa617711e2f08a11ebb366e3692c08b.tar.gz
anaconda-7aff72603aa617711e2f08a11ebb366e3692c08b.tar.xz
anaconda-7aff72603aa617711e2f08a11ebb366e3692c08b.zip
Force graphical mode under VNC (#190099).
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda1
1 files changed, 1 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 1f390ed20..736e40b67 100755
--- a/anaconda
+++ b/anaconda
@@ -677,6 +677,7 @@ if __name__ == "__main__":
if opts.vnc:
flags.usevnc = 1
+ opts.display_mode = 'g'
vncpassword = vnc.getVNCPassword()
if opts.vncconnect: