Hi,

I am trying to run some post installation steps following a kickstart installaion in my RHEL 5.3 OS.

I have a script file newscrip.sh in /var/ftp/pub/ folder of 192.168.21.200 system.

My kickstart file entry will look like;


%post
wget 192.168.21.200:/pub/newscrip.sh
chmod 766 newscrip.sh
chmod -x newscrip.sh
./newscrip.sh


My problem is, after the installation as directed by the kickstart file, the script file is not getting copied to the client system.


Please help me.


Thanks and Regards,

Roshith.