Gentoo Archives: gentoo-user

From: Kai Krakow <hurikhan77@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: modules-load restart
Date: Sun, 19 Mar 2017 12:05:33
Message-Id: 20170319130012.4f979043@jupiter.sol.kaishome.de
In Reply to: Re: [gentoo-user] modules-load restart by Neil Bothwick
1 Am Sat, 18 Mar 2017 22:31:44 +0000
2 schrieb Neil Bothwick <neil@××××××××××.uk>:
3
4 > On Fri, 17 Mar 2017 17:28:27 +0000, David W Noon wrote:
5 >
6 > > > cat /etc/conf.d/modules
7 > > > modules="vboxdrv vboxnetflt vboxnetadp vboxpci"
8 > > > modules="it87"
9 > >
10 > > The above syntax is incorrect.
11 > >
12 > > To use multiple lines, you need to re-interpolate the modules
13 > > variable, thus:
14 > >
15 > > modules="vboxdrv vboxnetflt vboxnetadp vboxpci"
16 > > modules="${modules} it87"
17 > >
18 > > Otherwise the second assignment deletes the module list from the
19 > > first assignment.
20 >
21 > If that were true, it87 would be the only module loaded, not the only
22 > module not loaded.
23
24 This is only a wrong assumption... His reload command is using a
25 different configuration file.
26
27 > The comments in the file show multiple module definitions without
28 > explicitly adding the previous values.
29
30
31 --
32 Regards,
33 Kai
34
35 Replies to list-only preferred.