2013-10-07 09:43:25 +00:00
|
|
|
Index: dracut-033/dracut-functions.sh
|
|
|
|
===================================================================
|
2013-09-21 19:24:08 +00:00
|
|
|
--- dracut-033.orig/dracut-functions.sh
|
|
|
|
+++ dracut-033/dracut-functions.sh
|
|
|
|
@@ -872,7 +872,7 @@ inst_rules() {
|
2012-11-05 14:10:11 +00:00
|
|
|
inst_dir "$_target"
|
|
|
|
for _rule in "$@"; do
|
2013-01-24 10:28:22 +00:00
|
|
|
if [ "${_rule#/}" = "$_rule" ]; then
|
2013-09-21 19:24:08 +00:00
|
|
|
- for r in ${udevdir}/rules.d ${hostonly:+/etc/udev/rules.d}; do
|
2013-10-07 09:43:25 +00:00
|
|
|
+ for r in ${udevdir}/rules.d /lib/udev/rules.d ${hostonly:+/etc/udev/rules.d}; do
|
2013-09-21 19:24:08 +00:00
|
|
|
if [[ -e $r/$_rule ]]; then
|
2012-11-05 14:10:11 +00:00
|
|
|
_found="$r/$_rule"
|
|
|
|
inst_rule_programs "$_found"
|