diff options
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |