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

[systemd-devel] Custom initrd services

2024-06-11 Thread Carolina Jubran
added "systemctl add-wants initrd.target A.service" in the dracut configuration. Is this sufficient for my setup, or do I need to make any further changes in the systemd side to ensure the correct loading before initrd.target? I'm using systemd-load-modules to load the modules. Thank you, Carolina Jubran

Re: [systemd-devel] Questions about initrd environment services and IgnoreOnIsolate

2024-05-21 Thread Carolina Jubran
started until the drivers are loaded? Any guidance would be greatly appreciated. Thank you, Carolina Jubran From: Carolina Jubran Sent: Thursday, May 16, 2024 9:16 AM To: killermoe...@gmx.net ; systemd-devel@lists.freedesktop.org Subject: Re: [systemd-devel

Re: [systemd-devel] Questions about initrd environment services and IgnoreOnIsolate

2024-05-15 Thread Carolina Jubran
Hi The modules need to be loaded using the services because there are several things that still do not autoload their modules. For instance, attempting an NFS mount over RDMA will fail unless the RDMA NFS module is pre-loaded. Thank you, Carolina Jubran From

Re: [systemd-devel] Questions about initrd environment services and IgnoreOnIsolate

2024-05-13 Thread Carolina Jubran
From: Andrei Borzenkov Sent: Sunday, May 12, 2024 6:44 PM To: Carolina Jubran ; systemd-devel@lists.freedesktop.org Subject: Re: [systemd-devel] Questions about initrd environment services and IgnoreOnIsolate External email: Use caution opening links or

[systemd-devel] Questions about initrd environment services and IgnoreOnIsolate

2024-05-12 Thread Carolina Jubran
=true affect the system in initrd? Will this solve the problem, or could it potentially introduce unforeseen issues? Thank you, Carolina Jubran