* Re: [gentoo-user] openrc : autoload kernel modules
@ 2017-12-14 18:48 99% ` Mick
0 siblings, 0 replies; 1+ results
From: Mick @ 2017-12-14 18:48 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 720 bytes --]
On Thursday, 14 December 2017 18:43:55 GMT Michael Orlitzky wrote:
> On 12/14/2017 12:43 PM, Helmut Jarausch wrote:
> > I have added the following lines to /etc/conf.d/modules
> >
> > modules="enhanceio"
> > modules="enhanceio_lru"
> > modules="enhanceio_fifo"
> > modules="enhanceio_rand"
>
> "modules" is a variable name, and it's being overwritten on each line.
> The /etc/init.d/modules script does something like
>
> for module in $modules; do
> load $module
> done
>
> but in your case, "modules" will contain only the last thing you set it
> to, namely modules="enhanceio_rand".
Change your entries to:
#Modules for enhanceio
enhanceio
enhanceio_lru
enhanceio_fifo
enhanceio_rand
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-12-14 17:43 [gentoo-user] openrc : autoload kernel modules Helmut Jarausch
2017-12-14 18:43 ` Michael Orlitzky
2017-12-14 18:48 99% ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox