/[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.3 by slords, Sat Mar 15 17:21:11 2008 UTC Revision 1.4 by slords, Sat Mar 15 18:10:59 2008 UTC
# Line 379  Line 379 
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 = ( "#!/bin/sh\nmkdir /var/lib/dhcp; /sbin/syslogd ; sleep 2; /sbin/e-smith/signal-event post-install\n" )  +        script = ( "#!/bin/sh\nmkdir -p /var/lib/dhcp; /sbin/syslogd ; sleep 2; /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