jozzsi

Results 256 comments of jozzsi

@bdrung I noticed that this issue is reopened on May-5. Do you have an actionable test case for the remaining issues ? What actions do you expect to happen here...

Examples of modules that might be included in `non-hostonly` initramfs, but are not included by default in `hostonly` mode (not even in `hostonly sloppy`) - fido2 - modsign - nvdimm...

possibly related - https://forums.gentoo.org/viewtopic-p-8862496.html?sid=b21ca6c9faaffc06d5fad3ac38bae05b

Perhaps we should be more ambition and less specific with this PR. What do I mean ? Instead of handling zfs module, could we somehow handle all dkms kernel modules...

> On some distributions external kernel modules are built after the kernel package has been installed Perhaps it would be useful to understand what percentage of dracut users using zfs...

Debian - https://packages.debian.org/sid/zfs-dkms Ubuntu - https://packages.ubuntu.com/plucky/zfs-dkms

> If they are not using DKMS, then probably yes. I failed to parse this sentence and I failed to understand that you meant "As far as I know, neither...

@marcusweinhold - is this still an issue with v108 ?

@nergdron thanks for reporting this issue. dracut 106 is managed at https://github.com/dracut-ng/dracut-ng Would you be able to file this bug there ? Also, please keep in mind that this is...

@nergdron wondering if you could test this change in `modules.d/90zfs/module-setup.sh` ``` installkernel() { - instmods -c zfs + hostonly='' instmods -c zfs } ```