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.
-- 
Regards,

Dave  [RLU #314465]
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
dwn...@ntlworld.com (David W Noon)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 


Reply via email to