On Tue, Feb 7, 2012 at 7:27 PM, Peter Mumenthaler <[email protected]>wrote:

> Hi Gonzalo,
>
> Maybe this can help writing your udev rule based on the pci bus numbering:
>
> lspci | grep Eth | awk '{print "KERNEL==\"eth*\", ID==\"0000:"$1"\",
> NAME=\"eth"count++"\""}' >> /etc/udev/rules.d/70-persistent-net.rules
>

Hi Peter,

Thanks for your reply. Are you suggesting I just append more interfaces to
the file? Shouldn't I either write it to a new file or overwrite the
existing one? I'm not sure when /lib/udev/write_net_rules gets triggered
and rewrites 70-persistent-net.rules.

- Gonzalo
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to