Le 03/02/2012 06:04, Bryan Kadzban a écrit :
> But this is it:
>
>> # ignore KVM virtual interfaces
>> ENV{MATCHADDR}=="52:54:00:*", GOTO="persistent_net_generator_end"
>
> (From /lib/udev/rules.d/75-persistent-net-generator.rules.)
It might not work on real hardware machines under Fedora 16:
Because they have switched to the "biosdevname" naming scheme
of interfaces, the device name is p2p1 instead of eth0, and that prevents
the rule to be generated as well:
# device name whitelist
KERNEL!="eth*|ath*|wlan*[0-9]|msh*|ra*|sta*|ctc*|lcs*|hsi*", \
                                         GOTO="persistent_net_generator_end"

Actually, this makes sense since biosdevname allows to have a consistent
naming scheme. But jhalfs bombs out as said by Bruce.

Regards
Pierre
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to