macaroni-os / mark-issues

Macaroni Automated Repositories Kit Issues
4 stars 1 forks source link

[bug] [kernel] [initramfs] Modules are not added to initramfs by Genkernel in some circumstances #61

Open cuantar opened 3 months ago

cuantar commented 3 months ago

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...

cuantar commented 3 months ago

The first kernel built has a module-free initramfs. The second one has modules.

cuantar commented 3 months ago

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.

cuantar commented 3 months ago

image