--- /root/udev-start.sh 2006-03-15 19:11:42.000000000 -0500 +++ /lib/rcscripts/addons/udev-start.sh 2006-03-15 19:16:20.000000000 -0500 @@ -29,6 +29,10 @@ # skip followed device symlinks continue ;; + /sys/block/*/uevent|/sys/block/*/*/uevent) + # skip block if no devices are found + continue + ;; */class/mem/*|*/class/tty/*) first="$first $i" ;;