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`

_______________________________________________
CentOS mailing list
[email protected]
http://lists.centos.org/mailman/listinfo/centos

Reply via email to