On Tuesday, March 6, 2018 10:32:50 AM CET Mick wrote:
> On Tuesday, 6 March 2018 09:21:43 GMT gevisz wrote:
> > Ah, yes, /etc/init.d/modules-load
> > "loads a list of modules from systemd-compatible locations".
> > Ok. But the problem is that I cannot find any symlink to this file
> > from any subdirectory of /etc/runlevels/
> 
> The file /etc/init.d/modules-load is a script, which refers to a number of
> potential modules lists to load - read line 19 onward:
> =====================================================
> ...
> find_modfiles()
> {
>         local dirs="/usr/lib/modules-load.d /run/modules-load.d
> /etc/modules- load.d"
> ====================================

Symlinks from /etc/runlevels/... means, the init-script is part of a runlevel.

> > So, I do not know how to disable this service.
> 
> rc-update delete modules-load default

"modules-load" is, by default, not part of any runlevel.
It is called as a dependency.

--
Joost

Reply via email to