Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Are VirtualBox moduli loaded by themselves?
Date: Tue, 06 Mar 2018 09:33:08
Message-Id: 2270441.OrAm6Ignku@dell_xps
In Reply to: Re: [gentoo-user] Are VirtualBox moduli loaded by themselves? by gevisz
1 On Tuesday, 6 March 2018 09:21:43 GMT gevisz wrote:
2
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 /etc/modules-
15 load.d"
16 ====================================
17
18
19 > So, I do not know how to disable this service.
20
21 rc-update delete modules-load default
22
23 --
24 Regards,
25 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Are VirtualBox moduli loaded by themselves? "J. Roeleveld" <joost@××××××××.org>