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.
--
Regards,
Dave [RLU #314465]
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
[email protected] (David W Noon)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*