pass an anaconda boot option to a kickstart file

Posted on

Is there a way to pass an anaconda boot option to a kickstart file, where it could be used as a variable.

Say anaconda boot cmd is
xxxx ip=xxx.xxx.xxx.xxx netmask=255.255.255.0 gateway=xxx.xxx.xxx.1
ksdevice=b ks=

I wanted to know if there was a way to access the "ip" value within ks script

Responses