git://git.onelab.eu
/
bootcd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a559eea
)
- just support biginitrd from now on; find can stay in /usr/bin
author
Mark Huang
<mlhuang@cs.princeton.edu>
Mon, 3 Apr 2006 19:28:11 +0000
(19:28 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Mon, 3 Apr 2006 19:28:11 +0000
(19:28 +0000)
conf_files/pl_hwinit
patch
|
blob
|
history
diff --git
a/conf_files/pl_hwinit
b/conf_files/pl_hwinit
index
05a6b24
..
44b5e37
100755
(executable)
--- 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`