summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-07-21 22:38:44 +0000
committerErik Troan <ewt@redhat.com>2000-07-21 22:38:44 +0000
commit7ff5998db94426a22e30ba16cde8d9c0bc5fbc0d (patch)
treeba410f5b8c461cd6806fb618d5907b6b0b3eb507
parent4caaf95dfb75203563ffbfa9ac2cf5496c55a349 (diff)
downloadanaconda-7ff5998db94426a22e30ba16cde8d9c0bc5fbc0d.tar.gz
anaconda-7ff5998db94426a22e30ba16cde8d9c0bc5fbc0d.tar.xz
anaconda-7ff5998db94426a22e30ba16cde8d9c0bc5fbc0d.zip
moved threshhold for forcing text mode to include machines w/ 32M of RAM
-rwxr-xr-xanaconda3
1 files changed, 1 insertions, 2 deletions
diff --git a/anaconda b/anaconda
index 3b1deb0f1..84389c543 100755
--- a/anaconda
+++ b/anaconda
@@ -206,10 +206,9 @@ from kickstart import Kickstart
# override display mode if machine cannot nicely run X
#
if (not test):
- if (iutil.memInstalled() < 30000):
+ if (iutil.memInstalled() < 35000):
forced_display_mode = 't'
-
#
# handle class passed from loader
#