Gentoo Archives: gentoo-user

From: David W Noon <dwnoon@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] modules-load restart
Date: Fri, 17 Mar 2017 17:29:01
Message-Id: 0ff4d099-3c47-aef1-b7b8-1cd30447d4e0@ntlworld.com
In Reply to: Re: [gentoo-user] modules-load restart by thelma@sys-concept.com
1 On Thu, 16 Mar 2017 19:13:35 -0600, Thelma (thelma@×××××××××××.com)
2 wrote about "Re: [gentoo-user] modules-load restart" (in
3 <04227648-a587-bdd4-a0f5-144bd7b64f92@×××××××××××.com>):
4
5 [snip]
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 variable,
13 thus:
14
15 modules="vboxdrv vboxnetflt vboxnetadp vboxpci"
16 modules="${modules} it87"
17
18 Otherwise the second assignment deletes the module list from the first
19 assignment.
20 --
21 Regards,
22
23 Dave [RLU #314465]
24 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
25 dwnoon@××××××××.com (David W Noon)
26 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Replies

Subject Author
Re: [gentoo-user] modules-load restart Peter Humphrey <peter@××××××××××××.uk>
Re: [gentoo-user] modules-load restart thelma@×××××××××××.com
Re: [gentoo-user] modules-load restart Neil Bothwick <neil@××××××××××.uk>