On Sat, 16 Aug 2014 00:00:52 -0400, Walter Dnes wrote:

> > AFAICT the only time depmod runs is during the "modules_install"
> > phase. Do you do "make modules_install" when building a kernel?  
> 
>   I'm lazy.  I have 2 scripts sitting in /usr/src which I run from
> /usr/src/linux.  After running "make menuconfig" or "make oldconfig" I
> run ../makeover which goes like so...
> 
> #!/bin/bash
> make && \
> make modules_install && \

So it's self-inflicted :)

Try replacing that last line with something like 

(grep -q 'CONFIG_MODULES is not set' .config || make modules_install)


-- 
Neil Bothwick

This man is depriving a village somewhere of an idiot

Attachment: signature.asc
Description: PGP signature

Reply via email to