]> git.wh0rd.org - patches.git/blob - udev-ccw-renaming.patch
sync vapier-m
[patches.git] / udev-ccw-renaming.patch
1 --- /root/origs/75-persistent-net-generator.rules 2007-04-07 20:26:53.000000000 +0200
2 +++ /etc/udev/rules.d/75-persistent-net-generator.rules 2007-04-08 11:11:19.000000000 +0200
3 @@ -1,6 +1,6 @@
4 # these rules generate rules for persistent network device naming
5
6 -ACTION=="add", SUBSYSTEM=="net", SUBSYSTEMS!="xen", \
7 +ACTION=="add", SUBSYSTEM=="net", SUBSYSTEMS!="xen", SUBSYSTEMS!="ccwgroup",\
8 KERNEL=="eth*|ath*|wlan*|ra*|sta*", \
9 NAME!="?*", DRIVERS=="?*", GOTO="persistent_net_generator_do"
10