On 03/17/2017 11:28 AM, David W Noon wrote:
> On Thu, 16 Mar 2017 19:13:35 -0600, Thelma (the...@sys-concept.com)
> wrote about "Re: [gentoo-user] modules-load restart" (in
> <04227648-a587-bdd4-a0f5-144bd7b64...@sys-concept.com>):
> 
> [snip]
>> cat /etc/conf.d/modules 
>> modules="vboxdrv vboxnetflt vboxnetadp vboxpci"
>> modules="it87"
> 
> The above syntax is incorrect.
> 
> To use multiple lines, you need to re-interpolate the modules variable,
> thus:
> 
> modules="vboxdrv vboxnetflt vboxnetadp vboxpci"
> modules="${modules} it87"
> 
> Otherwise the second assignment deletes the module list from the first
> assignment.

modules="${modules} it87"

Didn't work either.  But I think I have to reboot my computer for it to
work.

--
Thelma

Reply via email to