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 = 0 |
isHeadless = 1 |
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": |
1143 |
dispatch.skipStep("bootloaderadvanced", permanent = 1) |
dispatch.skipStep("bootloaderadvanced", permanent = 1) |
1144 |
dispatch.skipStep("upgbootloader", permanent = 1) |
dispatch.skipStep("upgbootloader", permanent = 1) |
1145 |
|
|
1146 |
# set up the headless case |
## set up the headless case |
1147 |
if isHeadless == 1: |
#if isHeadless == 1: |
1148 |
id.setHeadless(isHeadless) |
# id.setHeadless(isHeadless) |
1149 |
instClass.setAsHeadless(dispatch, isHeadless) |
# instClass.setAsHeadless(dispatch, isHeadless) |
1150 |
|
|
1151 |
instClass.setSteps(dispatch) |
instClass.setSteps(dispatch) |
1152 |
|
|