80-net-name-slot.rules: restored for issue #117.

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Anthony G. Basile 2015-06-02 10:09:25 -04:00
parent ebb37f6a47
commit 2eba1b8055
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,14 @@
# do not edit this file, it will be overwritten on update
ACTION!="add", GOTO="net_name_slot_end"
SUBSYSTEM!="net", GOTO="net_name_slot_end"
NAME!="", GOTO="net_name_slot_end"
IMPORT{cmdline}="net.ifnames"
ENV{net.ifnames}=="0", GOTO="net_name_slot_end"
NAME=="", ENV{ID_NET_NAME_ONBOARD}!="", NAME="$env{ID_NET_NAME_ONBOARD}"
NAME=="", ENV{ID_NET_NAME_SLOT}!="", NAME="$env{ID_NET_NAME_SLOT}"
NAME=="", ENV{ID_NET_NAME_PATH}!="", NAME="$env{ID_NET_NAME_PATH}"
LABEL="net_name_slot_end"

View File

@ -18,7 +18,8 @@ dist_udevrules_DATA = \
70-touchpad.rules \
75-net-description.rules \
75-probe_mtd.rules \
78-sound-card.rules
78-sound-card.rules \
80-net-name-slot.rules
if HAVE_BLKID
dist_udevrules_DATA += \