summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2012-04-26 17:20:09 -0400
committerWill Woods <wwoods@redhat.com>2012-04-27 17:59:29 -0400
commit590d14218b5a73af0f2ef3a2bbfbb41db1ed4b7b (patch)
tree4e6bba7cb5e1933e9b6224b740fd7ad8bc914084 /anaconda
parentba0276ee2b3a770bc168d27fa88b47e7e1d367c7 (diff)
downloadanaconda-590d14218b5a73af0f2ef3a2bbfbb41db1ed4b7b.tar.gz
anaconda-590d14218b5a73af0f2ef3a2bbfbb41db1ed4b7b.tar.xz
anaconda-590d14218b5a73af0f2ef3a2bbfbb41db1ed4b7b.zip
s390 systems are always headless
loader used to set 'headless' unconditionally for s390 systems, so do that here.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 591161848..bf2601342 100755
--- a/anaconda
+++ b/anaconda
@@ -439,7 +439,7 @@ def setupDisplay(anaconda, opts):
vncS.anaconda = anaconda
anaconda.displayMode = opts.display_mode
- anaconda.isHeadless = opts.isHeadless
+ anaconda.isHeadless = opts.isHeadless or iutil.isS390()
if opts.vnc:
flags.usevnc = 1