1e47df8b86
- Update to 026_git201303180829 * bugfixes * adds bash completion Support - Most importantly, fix the (silly) compatibility patch that changes the name from initramfs to initrd that went broken in last update (all initrds were suffixed by .img) OBS-URL: https://build.opensuse.org/request/show/160131 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=21
12 lines
518 B
Diff
12 lines
518 B
Diff
--- dracut-026_git201303180829.orig/dracut-functions.sh
|
|
+++ dracut-026_git201303180829/dracut-functions.sh
|
|
@@ -961,7 +961,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"
|