Shawn Fertch wrote:

>  %post
> ifconfig -a >> /tmp/ifcfg.out
> mkdir -p /var/logs/admin
> mkdir -p /usr/local/admin/bin
> mkdir /install
> chmod 777 /install
> cd /install
> wget http://10.2.0.51/kickstart/scripts/admins*
> sh /install/admins.sh
> wget http://10.203.4.51/kickstart/extra-rpm/tsm/*.rpm
> rpm -i TIVsm-API.i386.rpm
> rpm -i TIVsm-BA.i386.rpm
>
Have you verified that you can access 
http://10.2.0.51/kickstart/scripts/admins* and 
http://10.203.4.51/kickstart/extra-rpm/tsm/*.rpm through a browser using 
those exact URLs (minus the globs, of course)?  Webservers can be tricky 
when trying to access them via IP addresses depending on how they're 
configured.

Is everything working until the point where it tries to wget?

Try the virtual terminal change I posted in my previous reply to switch 
over to a terminal so that you can see what's going on.  That way, if 
you're getting errors from wget, you'll know what they are.

-- jeremy