/[smeserver]/cdrom.image/updates/packages.py
ViewVC logotype

Diff of /cdrom.image/updates/packages.py

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

Revision 1.5 by cbrady, Tue Sep 20 14:16:48 2005 UTC Revision 1.6 by gordonr, Fri Oct 7 20:55:54 2005 UTC
# Line 55  def queryUpgradeContinue(intf, dir): Line 55  def queryUpgradeContinue(intf, dir):
55          sys.exit(0)          sys.exit(0)
56      return DISPATCH_FORWARD      return DISPATCH_FORWARD
57    
58  def doPostAction(id, instPath, intf):  def doPostAction(id, instPath):
59      id.instClass.postAction(instPath, flags.serial, intf)      id.instClass.postAction(instPath, flags.serial)
60    
61  def firstbootConfiguration(id, instPath):  def firstbootConfiguration(id, instPath):
62      if id.firstboot == FIRSTBOOT_RECONFIG:      if id.firstboot == FIRSTBOOT_RECONFIG:
# Line 1089  def doPostInstall(method, id, intf, inst Line 1089  def doPostInstall(method, id, intf, inst
1089      if flags.test:      if flags.test:
1090          return          return
1091    
1092        w = intf.progressWindow(_("Post Install"),
1093                                _("Performing post install configuration..."), 6)
1094    
1095      upgrade = id.upgrade.get()      upgrade = id.upgrade.get()
1096      arch = iutil.getArch ()      arch = iutil.getArch ()
1097    
1098      if upgrade:      if upgrade:
         w = intf.progressWindow(_("Post Upgrade"),  
                             _("Performing post upgrade configuration..."), 6)  
     else:  
         w = intf.progressWindow(_("Post Install"),  
                             _("Performing post install configuration..."), 6)  
   
     if upgrade:  
1099          logname = '/root/upgrade.log'          logname = '/root/upgrade.log'
1100      else:      else:
1101          logname = '/root/install.log'          logname = '/root/install.log'


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