Changeset 75bc092
- Timestamp:
- Apr 17, 2006, 9:51:16 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 77a8f4e
- Parents:
- 73e16ce5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
udev/udev
r73e16ce5 r75bc092 49 49 # configure all devices 50 50 /sbin/udevtrigger 51 52 # this replaces the old loop, exits after all devices are done 53 /sbin/udevsettle 51 54 52 # until we know how to do better, just wait for _all_ events to finish53 loop=30054 while test -d /dev/.udev/queue; do55 sleep 0.1;56 test "$loop" -gt 0 || break57 loop=$(($loop - 1))58 done59 60 55 echo_ok 61 56 ;;
Note:
See TracChangeset
for help on using the changeset viewer.