On 03/17/2017 11:28 AM, David W Noon wrote:
> On Thu, 16 Mar 2017 19:13:35 -0600, Thelma ([email protected])
> wrote about "Re: [gentoo-user] modules-load restart" (in
> <[email protected]>):
>
> [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