summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-05-10 18:38:01 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-05-10 18:38:01 +0000
commit158d94e8ea8bffbeb00170bf98af5eece49810a8 (patch)
tree0651abf3f98977df631bb7331ef85df6b2e1670d /anaconda
parent648185ef90a32d52c5e7eda2c6eb8603e4591399 (diff)
downloadanaconda-158d94e8ea8bffbeb00170bf98af5eece49810a8.tar.gz
anaconda-158d94e8ea8bffbeb00170bf98af5eece49810a8.tar.xz
anaconda-158d94e8ea8bffbeb00170bf98af5eece49810a8.zip
Force cmdline mode on S/390 kickstart installs.
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