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

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

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

Revision 1.3 by slords, Wed Apr 5 01:21:38 2006 UTC Revision 1.4 by slords, Wed Apr 5 21:11:51 2006 UTC
# Line 97  class Script: Line 97  class Script:
97    
98  class KickstartBase(BaseInstallClass):  class KickstartBase(BaseInstallClass):
99      name = "kickstart"      name = "kickstart"
100        
101      def postAction(self, rootPath, serial, intf):      def postAction(self, rootPath, serial, intf):
102          win = intf.waitWindow(_("Post Install Script"),          win = intf.waitWindow(_("Post Install Script"),
103             _("The post installation script is running..."))             _("The post installation script is running..."))
# Line 109  class KickstartBase(BaseInstallClass): Line 109  class KickstartBase(BaseInstallClass):
109          log("%s", s)          log("%s", s)
110          s.run(rootPath, serial)          s.run(rootPath, serial)
111          win.pop()          win.pop()
112        
113          log("Running kickstart %%post script(s)")          log("Running kickstart %%post script(s)")
114          for script in self.postScripts:          for script in self.postScripts:
115              script.run(rootPath, serial)              script.run(rootPath, serial)


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