On Fri, 17 Mar 2017 17:28:27 +0000, David W Noon wrote:

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

If that were true, it87 would be the only module loaded, not the only
module not loaded.

The comments in the file show multiple module definitions without
explicitly adding the previous values.


-- 
Neil Bothwick

"They that can give up essential liberty to obtain a little
temporary safety, deserve neither liberty nor safety."
    Benjamin Franklin

Attachment: pgpqDSjCwOuJz.pgp
Description: OpenPGP digital signature

Reply via email to