Installing SLES11 SP2 - Beta 5 today and ran into a new issue. I noticed that during the initial install, it was using em1 as the network device. After the reboot, when the network devices were brought up, they were eth* devices. The network didn't come up correctly. I had to switch to VT2 and run dhcpd manually on eth0. I'm using the keep_install_network option in my autoyast.xml <networking> <keep_install_network config:type="boolean">true</keep_install_network> <dns> <dhcp_hostname config:type="boolean">false</dhcp_hostname> <hostname>MYHOST</hostname> <resolv_conf_policy>auto</resolv_conf_policy> </dns> </networking> Is it possible that the config isn't getting migrated correctly due to the device name change? -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org