diff options
author | Erik Troan <ewt@redhat.com> | 2000-06-07 20:20:57 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-06-07 20:20:57 +0000 |
commit | 8f6b086912421adb2f8b7900db622a2f0f860da0 (patch) | |
tree | 2319f2eae6d94dff9b864dfef25193e394d1826a /anaconda | |
parent | fc455ca607593e3360a1401c314191a25d2d7b52 (diff) | |
download | anaconda-8f6b086912421adb2f8b7900db622a2f0f860da0.tar.gz anaconda-8f6b086912421adb2f8b7900db622a2f0f860da0.tar.xz anaconda-8f6b086912421adb2f8b7900db622a2f0f860da0.zip |
force text mode on ia64
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -70,6 +70,10 @@ extraModules = [] display_mode = 'g' forced_display_mode = None +# Force text mode on ia64 +if iutil.getArch() == 'ia64': + forced_display_mode = 't' + # booleans - value is 0 for false or non-zero for true # test - in test mode? # debug - in debug mode? |