Magellan Linux

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

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

revision 1015 by niro, Sun Dec 27 02:28:30 2009 UTC revision 1016 by niro, Tue Apr 6 23:46:22 2010 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.3 2009-12-27 02:28:30 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-magellan.rules.magellan,v 1.4 2010-04-06 23:46:22 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    
21    # old devfs path, removing this could break systems
22    # Bug 195839
23    KERNEL=="md[0-9]*", SYMLINK+="md/%n"
24    KERNEL=="loop[0-9]*", SYMLINK+="loop/%n"
25    KERNEL=="ram[0-9]*", SYMLINK+="rd/%n"
26    
27  # keep devices after driver unload  # keep devices after driver unload
28  KERNEL=="ppp", OPTIONS+="ignore_remove"  KERNEL=="ppp", OPTIONS+="ignore_remove"
29  KERNEL=="tun", OPTIONS+="ignore_remove"  KERNEL=="tun", OPTIONS+="ignore_remove"

Legend:
Removed from v.1015  
changed lines
  Added in v.1016