From 32cec6b57eb8e586b642d1aaf7e4ecbdd5e60b25 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 3 Apr 2006 19:28:11 +0000 Subject: [PATCH] - just support biginitrd from now on; find can stay in /usr/bin --- conf_files/pl_hwinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf_files/pl_hwinit b/conf_files/pl_hwinit index 05a6b24..44b5e37 100755 --- a/conf_files/pl_hwinit +++ b/conf_files/pl_hwinit @@ -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` -- 2.47.0