Mailinglist Archive: opensuse-autoinstall (9 mails)
| < Previous | Next > |
[opensuse-autoinstall] em1/eth0 problem during autoinstall
- From: <Douglas_Parrish@xxxxxxxx>
- Date: Mon, 19 Sep 2011 11:19:55 -0500
- Message-id: <97D6A9936BFD514AAE65AFE2014974A96FFED9B6@AUSX7MCPS302.AMER.DELL.COM>
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |