[rhelv6-list] kickstart network options

Jan-Frode Myklebust janfrode at tanso.net
Thu Nov 11 18:36:48 UTC 2010


Have you considered specifying "network --device eth2", if you know
which interface name you will end up using ? If you don´t know the name,
you can probably find it in a %pre script.

We download the kickstart file from a cgi-script that picks up the ip
address from the HTTP $REMOTE_ADDR, find the hostname by reverse DNS lookups,
and use the following network string:

  network --device eth1 --bootproto static --ip $REMOTE_ADDR --netmask $MASK --gateway $GW --nameserver $DNS --hostname $MYHOSTNAME



  -jf




More information about the rhelv6-list mailing list