On Friday 17 Mar 2017 17:28:27 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.

That can't be true. I have these entries in /etc/conf.d/modules:

modules="e1000e"
modules="vboxdrv"
modules="vboxpci vboxnetadp vboxnetflt"

Those modules are all loaded as expected.

-- 
Regards
Peter


Reply via email to