Magellan Linux

Diff of /trunk/udev/udev-magellan.rules.magellan

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 961 by niro, Fri Apr 24 14:19:13 2009 UTC revision 962 by niro, Sun Dec 27 02:28:30 2009 UTC
# Line 1  Line 1 
1  # /etc/udev/rules/40-magellan.rules:  magellan-linux specific rules for udev  # /etc/udev/rules/40-magellan.rules:  magellan-linux specific rules for udev
2  # $Header: /root/magellan-cvs/src/udev/udev-magellan.rules.magellan,v 1.2 2009-04-24 14:19:13 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-magellan.rules.magellan,v 1.3 2009-12-27 02:28:30 niro Exp $
3  #  #
4  # There are a number of modifiers that are allowed to be used in some  # There are a number of modifiers that are allowed to be used in some
5  # of the different fields. They provide the following subsitutions:  # of the different fields. They provide the following subsitutions:
# Line 18  Line 18 
18  # file that can be run before this one.  # file that can be run before this one.
19  #  #
20    
 # old devfs path, removing this could break systems  
 # Bug 195839  
 KERNEL=="md[0-9]*", SYMLINK+="md/%n"  
 KERNEL=="loop[0-9]*", SYMLINK+="loop/%n"  
 KERNEL=="ram[0-9]*", SYMLINK+="rd/%n"  
   
21  # keep devices after driver unload  # keep devices after driver unload
22  KERNEL=="ppp", OPTIONS+="ignore_remove"  KERNEL=="ppp", OPTIONS+="ignore_remove"
23  KERNEL=="tun", OPTIONS+="ignore_remove"  KERNEL=="tun", OPTIONS+="ignore_remove"

Legend:
Removed from v.961  
changed lines
  Added in v.962