- just support biginitrd from now on; find can stay in /usr/bin
[bootcd.git] / conf_files / pl_hwinit
index 05a6b24..44b5e37 100755 (executable)
@@ -94,7 +94,7 @@ function does_device_dir_have_driver()
 }
 
 wait_dev_list=""
-for interface_class_file in `/bin/find /sys/devices -name 'bInterfaceClass'`; do
+for interface_class_file in `find /sys/devices -name 'bInterfaceClass'`; do
     interface_class=`cat $interface_class_file`
     if [[ "$interface_class" == $INTERFACE_CLASS_MASS_STORAGE ]]; then
        wait_dev_list="$wait_dev_list "`/bin/dirname $interface_class_file`