ff5174b672
- Version 029_git201307171236 * support early microcode loading in x86 OBS-URL: https://build.opensuse.org/request/show/183560 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=44
12 lines
518 B
Diff
12 lines
518 B
Diff
--- dracut-029_git201307171236.orig/dracut-functions.sh
|
|
+++ dracut-029_git201307171236/dracut-functions.sh
|
|
@@ -955,7 +955,7 @@ inst_rules() {
|
|
inst_dir "$_target"
|
|
for _rule in "$@"; do
|
|
if [ "${_rule#/}" = "$_rule" ]; then
|
|
- for r in ${udevdir}/rules.d /etc/udev/rules.d; do
|
|
+ for r in ${udevdir}/rules.d lib/udev/rules.d /etc/udev/rules.d; do
|
|
if [[ -f $r/$_rule ]]; then
|
|
_found="$r/$_rule"
|
|
inst_rule_programs "$_found"
|