- Update to 025_git201302211113 * Support out-of-tree and updated drivers in initramfs creation * shutdown: call "losetup -D" on shutdown * Mount /proc before including dracut-lib.sh. * dracut.sh: make /var/log a symlink to /run/log * systemd/dracut-pre-pivot.sh: remove /dev/root symlink after shell * kernel-modules: Add ehci support for kernel 3.8+ * Other bugfixes OBS-URL: https://build.opensuse.org/request/show/156022 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=17
12 lines
518 B
Diff
12 lines
518 B
Diff
--- dracut-025_git201302211113.orig/dracut-functions.sh
|
|
+++ dracut-025_git201302211113/dracut-functions.sh
|
|
@@ -941,7 +941,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"
|