Yes, this explains it. I modified my omit kernel module hook and it works like a charm.
Thank You so much Bastian! This bug report can be closed. On Mon, Jan 29, 2024 at 12:02 AM Bastian Blank <[email protected]> wrote: > Hi Safir > > On Sun, Jan 28, 2024 at 11:21:05PM +0000, Safir Secerovic wrote: > > I have a custom hook that omits a kernel module being built into an > initrd image. > > So it is a bug in your hook itself? > > > Until kernels 6.6 and above, the hook does not seem to take effect. > > The module is not omitted from initrd image... > > So it matches modules in filename alone. And since 6.6 the modules are > compressed and named "module.ko.xz". > > Bastian > > -- > It is a human characteristic to love little animals, especially if > they're attractive in some way. > -- McCoy, "The Trouble with Tribbles", stardate 4525.6 >

