From 79066f1bdcb77fa8cfca2d98464257e1e436b58d Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 2 Mar 2012 16:46:39 -0800 Subject: Update to biosdevname 0.3.11 Manual merge from http://linux.dell.com/biosdevname/biosdevname-0.3.11/ --- biosdevname.rules.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'biosdevname.rules.in') diff --git a/biosdevname.rules.in b/biosdevname.rules.in index a3be69c..6379164 100644 --- a/biosdevname.rules.in +++ b/biosdevname.rules.in @@ -1,6 +1,20 @@ SUBSYSTEM!="net", GOTO="netdevicename_end" KERNEL!="eth*", GOTO="netdevicename_end" ACTION!="add", GOTO="netdevicename_end" +NAME=="?*", GOTO="netdevicename_end" + +# kernel command line "biosdevname={0|1}" can turn off/on biosdevname +IMPORT{cmdline}="biosdevname" +ENV{biosdevname}=="?*", ENV{UDEV_BIOSDEVNAME}="$env{biosdevname}" +# ENV{UDEV_BIOSDEVNAME} can be used for blacklist/whitelist +# but will be overwritten by the kernel command line argument +ENV{UDEV_BIOSDEVNAME}=="0", GOTO="netdevicename_end" +ENV{UDEV_BIOSDEVNAME}=="1", GOTO="netdevicename_start" + +# uncomment the next line for biosdevname to be off by default +# GOTO="netdevicename_end" + +LABEL="netdevicename_start" # using NAME= instead of setting INTERFACE_NAME, so that persistent # names aren't generated for these devices, they are "named" on each boot. -- cgit v1.2.3