summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 4 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index bae9b64cf..8c346877a 100755
--- a/anaconda
+++ b/anaconda
@@ -9,6 +9,7 @@ if (os.path.exists('isys')):
sys.path.append('isys')
import isys
+import iutil
setverPath = None
@@ -98,6 +99,9 @@ import isys
from installclass import CustomInstall
from kickstart import Kickstart
+if (iutil.memInstalled() < 30000):
+ mode = 't'
+
if (mode == 'g' and not os.environ.has_key('DISPLAY')):
import xserver
try: