444 |
# should we ever try to probe for X stuff? this will give us a convenient |
# should we ever try to probe for X stuff? this will give us a convenient |
445 |
# out eventually to circumvent all probing and just fall back to text mode |
# out eventually to circumvent all probing and just fall back to text mode |
446 |
# on hardware where we break things if we probe |
# on hardware where we break things if we probe |
447 |
isHeadless = 1 |
isHeadless = 0 |
448 |
|
|
449 |
# probing for hardware on an s390 seems silly... |
# probing for hardware on an s390 seems silly... |
450 |
if iutil.getArch() == "s390": |
if iutil.getArch() == "s390": |