/[smeserver]/rpms/anaconda/sme8/anaconda-11.1.2.87-smeserver.patch
ViewVC logotype

Diff of /rpms/anaconda/sme8/anaconda-11.1.2.87-smeserver.patch

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

Revision 1.2 by slords, Mon Dec 24 17:53:12 2007 UTC Revision 1.3 by slords, Sat Mar 15 17:21:11 2008 UTC
# Line 372  Line 372 
372          self.zfcp.writeKS(f)          self.zfcp.writeKS(f)
373  --- anaconda-11.1.2.87/kickstart.py.smeserver   2007-06-18 08:30:03.000000000 -0600  --- anaconda-11.1.2.87/kickstart.py.smeserver   2007-06-18 08:30:03.000000000 -0600
374  +++ anaconda-11.1.2.87/kickstart.py     2007-12-20 13:38:55.000000000 -0700  +++ anaconda-11.1.2.87/kickstart.py     2007-12-20 13:38:55.000000000 -0700
375  @@ -764,6 +764,17 @@  @@ -764,6 +764,15 @@
376               w.pop()               w.pop()
377    
378       def postAction(self, anaconda, serial):       def postAction(self, anaconda, serial):
379  +        win = anaconda.intf.waitWindow(_("Post Install Script"),  +        win = anaconda.intf.waitWindow(_("Post Install Script"),
380  +           _("The post installation script is running..."))  +           _("The post installation script is running..."))
381  +  +
382  +        script = ( "/sbin/syslogd &\n"  +        script = ( "#!/bin/sh\nmkdir /var/lib/dhcp; /sbin/syslogd ; sleep 2; /sbin/e-smith/signal-event post-install\n" )
 +                   "sleep 2\n"  
 +                   "/sbin/e-smith/signal-event post-install\n" )  
383  +        s = Script(script, interp="/bin/sh", inChroot=1)  +        s = Script(script, interp="/bin/sh", inChroot=1)
384  +        log.info("%s", s)  +        log.info("%s", s)
385  +        s.run(anaconda.rootPath, serial)  +        s.run(anaconda.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