/[smeserver]/cdrom.image/product/installclasses/smeinstallclass.py
ViewVC logotype

Diff of /cdrom.image/product/installclasses/smeinstallclass.py

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

Revision 1.9 by gordonr, Fri Oct 7 20:56:29 2005 UTC Revision 1.10 by gordonr, Mon Oct 10 04:14:41 2005 UTC
# Line 174  class InstallClass(BaseInstallClass): Line 174  class InstallClass(BaseInstallClass):
174          grpset.unselectAll()          grpset.unselectAll()
175          grpset.selectGroup("Base")          grpset.selectGroup("Base")
176    
177      def postAction(self, rootPath, serial):      def postAction(self, rootPath, serial, intf):
178            win = intf.waitWindow(_("Post Install Script"),
179               _("The post installation script is running..."))
180    
181          script = ( "/sbin/syslogd &\n"          script = ( "/sbin/syslogd &\n"
182                     "sleep 2\n"                     "sleep 2\n"
183                     "/sbin/e-smith/signal-event post-install\n" )                     "/sbin/e-smith/signal-event post-install\n" )
184          s = Script(script, interp="/bin/sh", inChroot=1)          s = Script(script, interp="/bin/sh", inChroot=1)
185          log("%s", s)          log("%s", s)
186          s.run(rootPath, serial)          s.run(rootPath, serial)
187            win.pop()
188    
189      def setInstallData(self, id, intf = None):      def setInstallData(self, id, intf = None):
190          BaseInstallClass.setInstallData(self, id)          BaseInstallClass.setInstallData(self, id)


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