Re: [arch-projects] [mkinitcpio][PATCH] check if module is builtin kernel in add_module

2017-09-10 Thread Ike Devolder via arch-projects
On Sun, Sep 10, 2017 at 05:33:18PM +, Dave Reisner wrote: > On Sun, Sep 10, 2017 at 12:21:11PM +0200, BlackEagle via arch-projects wrote: > > When we want to make sure a module is added to initcpio, but the module > > is built in the kernel, we now get an error the module is not found. > >

Re: [arch-projects] [mkinitcpio][PATCH] check if module is builtin kernel in add_module

2017-09-10 Thread Dave Reisner
On Sun, Sep 10, 2017 at 12:21:11PM +0200, BlackEagle via arch-projects wrote: > When we want to make sure a module is added to initcpio, but the module > is built in the kernel, we now get an error the module is not found. > Therefore we should check if the module is builtin and don't fail when >

Re: [arch-projects] [mkinitcpio][PATCH] check if module is builtin kernel in add_module

2017-09-10 Thread Eli Schwartz
On 09/10/2017 06:21 AM, BlackEagle via arch-projects wrote: > When we want to make sure a module is added to initcpio, but the module > is built in the kernel, we now get an error the module is not found. > Therefore we should check if the module is builtin and don't fail when > its found there. >

[arch-projects] [mkinitcpio][PATCH] check if module is builtin kernel in add_module

2017-09-10 Thread BlackEagle via arch-projects
When we want to make sure a module is added to initcpio, but the module is built in the kernel, we now get an error the module is not found. Therefore we should check if the module is builtin and don't fail when its found there. example: when sd_mod is built in your kernel you got an error before