Re: [systemd-devel] Custom initrd services

2024-06-13 Thread Carolina Jubran
>> Hello! >> >> I have modules that need to be loaded using services because some of >> them don't autoload their modules. >"Modules"? do you mean kmod kernel modules with that? Yes >> I want the modules to load in initrd, before initrd.target. However, >> the service is not consistently loading

Re: [systemd-devel] Custom initrd services

2024-06-13 Thread Carolina Jubran
>> Hello! >> >> I have modules that need to be loaded using services because some of >> them don't autoload their modules. >"Modules"? do you mean kmod kernel modules with that? Yes >> I want the modules to load in initrd, before initrd.target. However, >> the service is not consistently loading

Re: [systemd-devel] Custom initrd services

2024-06-11 Thread Lennart Poettering
On Di, 11.06.24 09:37, Carolina Jubran (cjub...@nvidia.com) wrote: > Hello! > > I have modules that need to be loaded using services because some of > them don't autoload their modules. "Modules"? do you mean kmod kernel modules with that? > I want the modules to load in initrd, before initrd.ta

[systemd-devel] Custom initrd services

2024-06-11 Thread Carolina Jubran
Hello! I have modules that need to be loaded using services because some of them don't autoload their modules. I want the modules to load in initrd, before initrd.target. However, the service is not consistently loading in initrd in the current implementation. To resolve this issue, I added "sys