hello there!
I just could NOT get my kickstart post script work :-(
what's wrong ??
here are the code:
%post --nochroot --erroronfail --log=/root/kickstart-post.log
#!/bin/bash
/bin/touch /root/kickstart-post.log
/sbin/chkconfig bluetooth off
/sbin/chkconfig yum-updatesd off
/sbin/service yum-updatesd stop
/usr/bin/wget http://my.server/install.sh
/bin/mv install.sh /root/install_yum.sh
/bin/chmod 755 /root/install_yum.sh
/bin/bash /root/install_yum.sh
/usr/bin/yum -y install puppet
--
I just could NOT get my kickstart post script work :-(
what's wrong ??
here are the code:
%post --nochroot --erroronfail --log=/root/kickstart-post.log
#!/bin/bash
/bin/touch /root/kickstart-post.log
/sbin/chkconfig bluetooth off
/sbin/chkconfig yum-updatesd off
/sbin/service yum-updatesd stop
/usr/bin/wget http://my.server/install.sh
/bin/mv install.sh /root/install_yum.sh
/bin/chmod 755 /root/install_yum.sh
/bin/bash /root/install_yum.sh
/usr/bin/yum -y install puppet
--
All Comments