[CentOS] kickstart server variable name

Mon Mar 3 21:33:42 UTC 2008
nate <centos at linuxpowered.net>

Jerry Geis wrote:
> Hi all,
>
> When your using kickstart and have a command like
> linux ks=http://MYIP/file.cfg
>
> Is there a variable in the post section that has the MYIP value?
> I want to nfs mount from the same server in the post section.

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

nate