mkinitrd unification across distributions
 help / color / mirror / Atom feed
* [PATCH] Wildcards need dracut_install
@ 2009-11-24 21:50 Yanko Kaneti
  2009-11-25 15:17 ` Harald Hoyer
  2009-11-26 18:13 ` Harald Hoyer
  0 siblings, 2 replies; 3+ messages in thread
From: Yanko Kaneti @ 2009-11-24 21:50 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

---
 modules.d/90dmraid/install |    2 +-
 modules.d/90lvm/install    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules.d/90dmraid/install b/modules.d/90dmraid/install
index ac88212..46e912d 100755
--- a/modules.d/90dmraid/install
+++ b/modules.d/90dmraid/install
@@ -2,7 +2,7 @@
 dracut_install dmraid partx kpartx 
 
 inst  dmeventd
-inst  /usr/lib*/libdmraid-events*.so
+dracut_install  /usr/lib*/libdmraid-events*.so
 inst_rules 10-dm.rules 13-dm-disk.rules 95-dm-notify.rules 
 
 inst "$moddir/dmraid.sh" /sbin/dmraid_scan
diff --git a/modules.d/90lvm/install b/modules.d/90lvm/install
index 825d1fc..524258f 100755
--- a/modules.d/90lvm/install
+++ b/modules.d/90lvm/install
@@ -8,7 +8,7 @@ if [[ $hostonly ]] || [[ $lvmconf = "yes" ]]; then
     [ -f /etc/lvm/lvm.conf ] && inst /etc/lvm/lvm.conf
 fi
 
-inst /lib*/libdevmapper-event*.so
+dracut_install /lib*/libdevmapper-event*.so
 inst_rules 10-dm.rules 13-dm-disk.rules 95-dm-notify.rules
11-dm-lvm.rules
 
 inst "$moddir/lvm_scan.sh" /sbin/lvm_scan
-- 
1.6.5.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-26 18:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-24 21:50 [PATCH] Wildcards need dracut_install Yanko Kaneti
2009-11-25 15:17 ` Harald Hoyer
2009-11-26 18:13 ` Harald Hoyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox