[arch-projects] [PATCH] [mkinitcpio] Fix firmware install hook

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Sat Jun 18 16:05:55 EDT 2011


Avoid inclusion of kernel/sound/firewire due recent change in checked_modules()

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 install/fw |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/fw b/install/fw
index 9f4ed26..67355a5 100644
--- a/install/fw
+++ b/install/fw
@@ -2,7 +2,7 @@
 
 install ()
 {
-    MODULES=" $(checked_modules "/firewire/") "
+    MODULES=" $(checked_modules '/drivers/firewire/') "
 
     MODULES=$(echo ${MODULES}) #trim whitespace
     if [ -n "${MODULES}" ]; then
-- 
1.7.5.2



More information about the arch-projects mailing list