Open cuantar opened 3 months ago
The first kernel built has a module-free initramfs. The second one has modules.
A fix for this is in my tree. The easiest thing to do is to turn off module compression until there's an alternative to Genkernel that can do everything important.
Modules are being built and installed, but the initramfs is nearly empty. I can reproduce this in the
metro
stage3s.When
genkernel
is run outside of the ebuild environment, a correct set of modules is added. Using the--all-ramdisk-modules
also produces a correct initramfs. That seems like a step backwards...