forked from pool/biosdevname
18 lines
588 B
Diff
18 lines
588 B
Diff
|
biosdevname: Rename all network devices, not only eth* ones
|
||
|
|
||
|
There are other rules which might have renamed the device already.
|
||
|
bnc#869614
|
||
|
|
||
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
||
|
|
||
|
Index: biosdevname-0.5.0/biosdevname.rules.in
|
||
|
===================================================================
|
||
|
--- biosdevname-0.5.0.orig/biosdevname.rules.in
|
||
|
+++ biosdevname-0.5.0/biosdevname.rules.in
|
||
|
@@ -1,5 +1,4 @@
|
||
|
SUBSYSTEM!="net", GOTO="netdevicename_end"
|
||
|
-KERNEL!="eth*", GOTO="netdevicename_end"
|
||
|
ACTION!="add", GOTO="netdevicename_end"
|
||
|
NAME=="?*", GOTO="netdevicename_end"
|
||
|
|