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 1722 by niro, Mon Apr 2 13:05:29 2012 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}
# Line 86  start_devicemanager() Line 86  start_devicemanager()
86   mount -n -t ${fstype} mdev /dev -o exec,nosuid,mode=0755,size=1024   mount -n -t ${fstype} mdev /dev -o exec,nosuid,mode=0755,size=1024
87   evaluate_retval   evaluate_retval
88    
89   # other eeded device nodes with udev   # other needed device nodes with mdev
90   seed_dev   seed_dev
91    
92   if [ -e /proc/sys/kernel/hotplug ]   if [ -e /proc/sys/kernel/hotplug ]

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