/[smeserver]/cdrom.image/updates/anaconda
ViewVC logotype

Diff of /cdrom.image/updates/anaconda

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by charlieb, Mon Aug 15 21:49:12 2005 UTC Revision 1.6 by gordonr, Fri Oct 7 20:55:54 2005 UTC
# Line 444  graphical_failed = 0 Line 444  graphical_failed = 0
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":
# Line 1143  if flags.rootpath: Line 1143  if flags.rootpath:
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    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed