From: Harald Hoyer Date: Fri, 16 Apr 2010 14:40:59 +0000 (+0200) Subject: network: removed bogus udev rules X-Git-Tag: 006~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=400723054c4303df26c1e395ca24942389b2f9c3;p=thirdparty%2Fdracut.git network: removed bogus udev rules --- diff --git a/modules.d/40network/ifname-genrules.sh b/modules.d/40network/ifname-genrules.sh index 547f2305a..5186e9190 100755 --- a/modules.d/40network/ifname-genrules.sh +++ b/modules.d/40network/ifname-genrules.sh @@ -2,8 +2,6 @@ # if there are no ifname parameters, just use NAME=KERNEL if ! getarg ifname= >/dev/null ; then - echo 'SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="?*", ATTR{type}=="1", NAME="%k"' \ - > /etc/udev/rules.d/50-ifname.rules return fi