From cac7ac4a45f74a3c23fd01a2e9d0334c495565d7 Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Sun, 8 Mar 2009 09:21:06 -0500 Subject: [PATCH] Fixup 90kernel-modules-loaded The inst functions do not know how to handle directories directly. Just find the files, and they will create the directories as needed. --- modules.d/90kernel-modules-loaded/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90kernel-modules-loaded/install b/modules.d/90kernel-modules-loaded/install index 666d12c52..c0c19bbcb 100755 --- a/modules.d/90kernel-modules-loaded/install +++ b/modules.d/90kernel-modules-loaded/install @@ -7,5 +7,5 @@ done [ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf -dracut_install $(find /etc/modprobe.d/ ) +dracut_install $(find /etc/modprobe.d/ -type f ) -- 2.47.3