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

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


On 06/18/2011 05:05 PM, Gerardo Exequiel Pozzi wrote:
> 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
This also will exclude kernel/drivers/media/dvb/firewire (previously 
included)

I guess its OK.


-- 
Gerardo Exequiel Pozzi
\cos^2\alpha + \sin^2\alpha = 1



More information about the arch-projects mailing list