summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 2 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 30ded4793..8032a97f9 100755
--- a/anaconda
+++ b/anaconda
@@ -709,6 +709,8 @@ if __name__ == "__main__":
if opts.ksfile:
anaconda.isKickstart = True
vncksdata = setVNCFromKickstart(opts)
+ if rhpl.getArch() == "s390":
+ opts.display_mode == 'c'
#
# Determine install method - GUI or TUI