On 12/04/2020 11:28 AM, Diagon wrote:
> One more:
> 
> Using genkernel, is there a way to make sure a module is included in the 
> initramfs?
> 
> /D
> 
> ============ 
> 
>  > Could someone clarify for me what `genkernel --menuconfig` is doing?  
>  > 
>  > Is it equivalent to a manual kernel config, only saving me the `make` && 
> `make install`?
>  > 
>  > Or is it setting what `genkernel all` would set, and letting you modify 
> that?
>  > 
>  > Do I run it as `genkernel --menuconfig all` ?  As `genkernel --btrfs 
> --menuconfig all` ?
>  > 
>  > If I run `lsmod`, I see btrfs, but I also see that btrfs depends on: xor, 
> zstd_{de,}compress, xxhash, lzo_compress, zlib_defalte, raid6_pq, and each of 
> those may have their own dependencies.  
>  > 
>  > Do I need that whole chain for the kernel?
>  > 
>  > Thanks in advance!
>  > /D

I would like to know too.
I don't know specifically what "genkernel --menuconfig all" does but I
ended up redoing it, correcting some configuration.

In addition when I was redoing the "genkernel --menuconfig all" it
copied current (working) kernel in /boot/ to kernel-old and installs a
new one.
The new one boots OK.  The old kernel should work as well, but it doesn't.
So I would like to get to the bottom of it.

What is being installed in initramfs?

Reply via email to