Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Are VirtualBox moduli loaded by themselves?
Date: Tue, 06 Mar 2018 10:27:20
Message-Id: 7456531.oQaN6ne7gN@eve
In Reply to: Re: [gentoo-user] Are VirtualBox moduli loaded by themselves? by Mick
1 On Tuesday, March 6, 2018 10:32:50 AM CET Mick wrote:
2 > On Tuesday, 6 March 2018 09:21:43 GMT gevisz wrote:
3 > > Ah, yes, /etc/init.d/modules-load
4 > > "loads a list of modules from systemd-compatible locations".
5 > > Ok. But the problem is that I cannot find any symlink to this file
6 > > from any subdirectory of /etc/runlevels/
7 >
8 > The file /etc/init.d/modules-load is a script, which refers to a number of
9 > potential modules lists to load - read line 19 onward:
10 > =====================================================
11 > ...
12 > find_modfiles()
13 > {
14 > local dirs="/usr/lib/modules-load.d /run/modules-load.d
15 > /etc/modules- load.d"
16 > ====================================
17
18 Symlinks from /etc/runlevels/... means, the init-script is part of a runlevel.
19
20 > > So, I do not know how to disable this service.
21 >
22 > rc-update delete modules-load default
23
24 "modules-load" is, by default, not part of any runlevel.
25 It is called as a dependency.
26
27 --
28 Joost

Replies

Subject Author
Re: [gentoo-user] Are VirtualBox moduli loaded by themselves? Mick <michaelkintzios@×××××.com>