[CentOS] kickstart server variable name

Mon Mar 3 21:38:04 UTC 2008
Tom Brown <tom at ng23.net>

>
> You may be able to get the IP out of /proc/cmdline during %post
>   

or

export MYIP=`ifconfig eth0 | awk '/inet/ {print $2}' | cut -d: -f 2`