Re: [opensuse-autoinstall] Config question about autoinst.xml: Automatically generating the MAC address in net-udev

There are usually two NICs on each server, but only one NIC [eth0] is required when jumpstarting it from autoyast. If I remove the entry, and there are two NICs, will it default to the first NIC it finds, which hopefully with be eth0. S Uwe Gansert wrote:
on Monday 25 January 2010 Simon Loewenthal/NL/Tele2 wrote:
<net-udev config:type="list"> <rule> <name>eth0</name> <rule>ATTR{address}</rule> <value>00:1c:c4:a8:27:42</value> </rule> </net-udev>
i) Can I remove the lines referencing n-etudev and let autoyast use the first interface it happens upon or,
if you only have one interface, then you can remove the complete net-udev part from the profile.
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (1)
-
Simon Loewenthal/NL/Tele2