/[smeserver]/rpms/anaconda/sme8/0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch
ViewVC logotype

Diff of /rpms/anaconda/sme8/0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch

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

Revision 1.3 by slords, Mon Jun 7 14:25:13 2010 UTC Revision 1.4 by slords, Fri Jul 23 22:44:45 2010 UTC
# Line 19  index 3a7579b..ca2e156 100644 Line 19  index 3a7579b..ca2e156 100644
19  +           _("The post installation script is running..."))  +           _("The post installation script is running..."))
20  +  +
21  +        script = ( "#!/bin/sh\nmkdir -p /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" )
22  +        s = Script(script, interp="/bin/sh", inChroot=1)  +        s = AnacondaKSScript (script, interp="/bin/sh", inChroot=1)
23  +        log.info("%s", s)  +        log.info("%s", s)
24  +        s.run(anaconda.rootPath, serial)  +        s.run(anaconda.rootPath, serial)
25  +        win.pop()  +        win.pop()


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