Hi folks,
My kickstart install does not seem to recognize the ks.cfg static ip info
for eth0 and eth2 and immediately sets eth0 to DHCP. The following is an
excerpt of my ks.cfg:
lang en_US
langsupport --default en_US en_US
keyboard us
mouse none
skipx
device eth e100 --opts "e100_speed_duplex=4"
device eth e100 --opts "e100_speed_duplex=4"
device eth e100 --opts "e100_speed_duplex=4" <--- works fine till this line
network --device eth0 --bootproto static --ip aaa.bbb.ccc.ddd --netmask
255.255.255.240 <--- does not work as expected from here on
network --device eth2 --bootproto static --ip www.xxx.yyy.zzz --netmask
255.255.255.192 --gateway www.xxx.yyy.1