text ip=9.3.22.104 netmask=255.255.255.128
gateway=9.3.22.1 nameserver=9.0.7.1 ksdevice=eth-id-2a:ca:30:00:40:02
ks=nfs:9.3.80.16:/lpars/sift22104.cfg
and the kickstart network line to this:
network --device eth-id-2a:ca:30:00:40:02 --bootproto static --ip
9.3.22.104 --netmask 255.255.255.128 --gateway 9.3.22.1 --nameserver 9.0.7.1
--hostname sift22104.austin.ibm.com
But it did not work.. I got a syntax error back from anaconda complaining
about this:
self.setNetwork(id, bootProto, ip, netmask, ethtool,
device=device, dhcpclass=dhcpclass, essid=essid,
wepkey=wepkey)
File "/usr/lib/anaconda/installclass.py", line 332, in
setNetwork
dev = devices[device]
KeyError:
'eth-id-2a:ca:30:00:40:02'
I have searched thru doc's till I am blue and can't find out if there is
some way (any correct syntax) to pass the mac address to netboot.img and
anaconda instead of the ethX name.
Dose anyone know how this can be done, is it even in the
netboot.img/anaconda code to all this and deal with the mac address?
This is the last thing I need to fully automate these installs for my users
with kickstart instead of using expect to fill out all those changing install
menus in text mode.
thanks
tom miller IBM.