Hi, I'm trying to move deployments from SLES9 SP1 to SP3 using the same control file. Here's a snippet of xml I'm having trouble getting to work with SP3: <interfaces config:type="list"> <interface> <bootproto>static</bootproto> <broadcast>172.30.192.255</broadcast> <device>eth0</device> <ipaddr>172.30.192.12</ipaddr> <netmask>255.255.255.0</netmask> <network>172.30.192.0</network> <startmode>onboot</startmode> </interface> </interfaces> With SP1, after the install, my network comes up fine whether I'm using a static IP or DHCP assigned. Installing with SP3, the interfaces never get configured and the ifcfg-ethX files aren't written out to disk. I have a workaround that I'm applying right now where I write the ifcfg-ethX files out via a post install script embedded in the xml but I would much rather not hack it in. Any help is appreciated. -Matt
participants (1)
-
Zywusko, Matt