Browse Source

network: removed bogus udev rules

master
Harald Hoyer 15 years ago
parent
commit
400723054c
  1. 2
      modules.d/40network/ifname-genrules.sh

2
modules.d/40network/ifname-genrules.sh

@ -2,8 +2,6 @@ @@ -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


Loading…
Cancel
Save