diff options
author | David Cantrell <dcantrell@redhat.com> | 2006-05-10 18:38:01 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2006-05-10 18:38:01 +0000 |
commit | 158d94e8ea8bffbeb00170bf98af5eece49810a8 (patch) | |
tree | 0651abf3f98977df631bb7331ef85df6b2e1670d /anaconda | |
parent | 648185ef90a32d52c5e7eda2c6eb8603e4591399 (diff) | |
download | anaconda-158d94e8ea8bffbeb00170bf98af5eece49810a8.tar.gz anaconda-158d94e8ea8bffbeb00170bf98af5eece49810a8.tar.xz anaconda-158d94e8ea8bffbeb00170bf98af5eece49810a8.zip |
Force cmdline mode on S/390 kickstart installs.
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |