And what about ifcfg-ethX files (in /etc/sysconfig/network) - do these look sane? ("No configuration found for eth0 " suggests that they probably don't ...)
There is only ifcfg-eth2 with: BOOTPROTO='dhcp4' LLADDR='00:23:7d:25:5f:e6' STARTMODE='onboot' NAME='NetXtreme II BCM5708 Gigabit Ethernet' Which is not correct anymore, because :e6 has now been renamed to eth1.
With your configuration, two files - ifcfg-eth0 and ifcfg-eth1 - should have been created, with the following content:
They would get created, but _after_ the RPM-installation-part of the "Post-Install and System Configuration" step (http://www.suse.com/~ug/autoyast_doc/System_Configuration.html#id2575942). That is what I meant by 6) in my previous mail:
1) linuxrc boots from :e6 as eth2 2) main installation and reboot 3) udev renames :e6 from eth2->eth0 4) tries to bring up networking with pre-udev config (eth2) 5) yast needs some rpms (and fails) 6) network would get configured
If I skip 5) it continues with "configuring lan". Then it goes out of yast and takes down the networking and starts it up again, now according to the profile. So networking and udev is done correctly, only in the wrong order. :) Regards, Michael -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org