Results 1 to 1 of 1
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 ...
- 01-30-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 1
Post installation script with Kickstart file.
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.


Reply With Quote