/[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.2 by slords, Sun Jul 31 16:24:51 2005 UTC Revision 1.3 by slords, Sun Jul 31 16:38:15 2005 UTC
# Line 56  class InstallClass(BaseInstallClass): Line 56  class InstallClass(BaseInstallClass):
56      id = "smeserver"      id = "smeserver"
57      name = N_("New _SME Server Install")      name = N_("New _SME Server Install")
58      pixmap = "smeserver.png"      pixmap = "smeserver.png"
59        description = N_("This option performs a new install of "
60                         "SME Server.  All attached hard drives "
61                         "will be repartitioned and formated.")
62      sortPriority = 1      sortPriority = 1
63    
64      parentClass = ( _("Install SME Server"), "smeserver.png" )      parentClass = ( _("Install SME Server"), "smeserver.png" )
# Line 170  class InstallClass(BaseInstallClass): Line 173  class InstallClass(BaseInstallClass):
173          grpset.selectGroup("Base")          grpset.selectGroup("Base")
174    
175      def postAction(self, rootPath, serial):      def postAction(self, rootPath, serial):
176          script = "/sbin/syslogd &\nsleep 2\n/sbin/e-smith/signal-event post-install\n"          script = ( "/sbin/syslogd &\n"
177                       "sleep 2\n"
178                       "/sbin/e-smith/signal-event post-install\n" )
179          s = Script(script, interp="/bin/sh", inChroot=1)          s = Script(script, interp="/bin/sh", inChroot=1)
180          log("%s", s)          log("%s", s)
181          s.run(rootPath, serial)          s.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