summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorlaroche <laroche>2001-07-20 08:08:06 +0000
committerlaroche <laroche>2001-07-20 08:08:06 +0000
commit28a046bd21960576b3c1628b75e6f19a4e039046 (patch)
treec28c206e6e6a726761093b4181302d59cb2a48e0 /anaconda
parentb28e0fc487e766dd9e236f7660c02210c7d6c616 (diff)
downloadanaconda-28a046bd21960576b3c1628b75e6f19a4e039046.tar.gz
anaconda-28a046bd21960576b3c1628b75e6f19a4e039046.tar.xz
anaconda-28a046bd21960576b3c1628b75e6f19a4e039046.zip
add s390/s390x patchesr0-9-1
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 4 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 62d063ed0..ee3f75053 100755
--- a/anaconda
+++ b/anaconda
@@ -309,6 +309,10 @@ if (not flags.test):
"Starting text mode.")
display_mode = 't'
time.sleep(2)
+
+# Force text mode on IBM s390/s390x
+if iutil.getArch() == "s390" or iutil.getArch() == "s390x":
+ display_mode = 't'
if iutil.memInstalled() < isys.MIN_RAM: