Magellan Linux

Diff of /tags/udev-166-r1/udev-persistent-storage-edd.rules.magellan

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

revision 717 by niro, Mon Dec 22 20:31:37 2008 UTC revision 823 by niro, Sat May 23 22:35:53 2009 UTC
# Line 1  Line 1 
1  # /etc/udev/rules/61-persistent-storage-edd.rules:  device naming rules for udev  # /etc/udev/rules/61-persistent-storage-edd.rules:  device naming rules for udev
2  # $Header: /root/magellan-cvs/src/udev/udev-persistent-storage-edd.rules.magellan,v 1.2 2008-12-22 20:31:37 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-persistent-storage-edd.rules.magellan,v 1.3 2009-05-23 22:35:53 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 20  Line 20 
20    
21  ACTION!="add|change", GOTO="persistent_storage_edd_end"  ACTION!="add|change", GOTO="persistent_storage_edd_end"
22  SUBSYSTEM!="block", GOTO="persistent_storage_edd_end"  SUBSYSTEM!="block", GOTO="persistent_storage_edd_end"
23  KERNEL!="sd*|hd*", GOTO="persistent_storage_edd_end"  KERNEL!="sd*|hd*|cciss*", GOTO="persistent_storage_edd_end"
24    
25  # BIOS Enhanced Disk Device  # BIOS Enhanced Disk Device
26  ENV{DEVTYPE}=="disk", IMPORT{program}="edd_id --export $tempnode"  ENV{DEVTYPE}=="disk", IMPORT{program}="edd_id --export $tempnode"

Legend:
Removed from v.717  
changed lines
  Added in v.823