Magellan Linux

Diff of /trunk/busybox/mdev.rc

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

revision 1235 by niro, Fri Dec 10 23:03:22 2010 UTC revision 1236 by niro, Fri Dec 10 23:27:46 2010 UTC
# Line 43  trigger_uevents() Line 43  trigger_uevents()
43    
44   # if you want real coldplug (with all modules being loaded for all   # if you want real coldplug (with all modules being loaded for all
45   # devices in the system), uncomment out the next line.   # devices in the system), uncomment out the next line.
46   #list="${lis}t $(echo /sys/bus/*/devices/*/uevent)"   list="${lis}t $(echo /sys/bus/*/devices/*/uevent)"
47   list="${list} $(echo /sys/class/*/*/uevent)"   list="${list} $(echo /sys/class/*/*/uevent)"
48   list="${list} $(echo /sys/block/*/uevent /sys/block/*/*/uevent)"   list="${list} $(echo /sys/block/*/uevent /sys/block/*/*/uevent)"
49   for i in ${list}   for i in ${list}

Legend:
Removed from v.1235  
changed lines
  Added in v.1236