diff options
author | bfox <bfox> | 2000-12-21 20:28:04 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-12-21 20:28:04 +0000 |
commit | 7416c6543635bc44c9fde08b3624914ab8bc0c19 (patch) | |
tree | 0204807a593865cb21338afaf1f9fc04a5b81fef /anaconda | |
parent | e05c4d832a2dcebfcd92241879801a6de156e3c0 (diff) | |
download | anaconda-7416c6543635bc44c9fde08b3624914ab8bc0c19.tar.gz anaconda-7416c6543635bc44c9fde08b3624914ab8bc0c19.tar.xz anaconda-7416c6543635bc44c9fde08b3624914ab8bc0c19.zip |
Commented out 2 lines that force ia64 into text mode.
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -85,8 +85,8 @@ display_mode = 'g' forced_display_mode = None # Force text mode on ia64 -if iutil.getArch() == 'ia64': - forced_display_mode = 't' +#if iutil.getArch() == 'ia64': +# forced_display_mode = 't' # booleans - value is 0 for false or non-zero for true # test - in test mode? |