On Thu, 28 Mar 2002, Kjetil Tjensvold wrote:

> I load modules in /etc/rc.local
> I have redhat 7.2
>
>
> --- Rénald_CASAGRAUDE <[EMAIL PROTECTED]>
> skrev: > Hi !
> >
> > How to load modules at startup ?
> > Is there any file like /etc/modules (in Debian), or
> > may
> > I edit /etc/rc.local ???
> >
> > What's the cleanest way to do this ?
> >
> > Thanks !
> >
> > R.
> >
> >
> >
> > _______________________________________________
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
>
> =====
> Investigating the Norwegain 4.th Secret Service
> The multiheaded animal.
> http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html
>
> ______________________________________________________
> Sjekk snørapporter...
> fra 500 ski-destinasjoner i Europa
> på http://no.snow.yahoo.com/
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>


Create a file

/etc/rc.d/rc.modules


and put in it :

insmod  yourmodule
insmod  yourothermodule


and remember to
chmod +x /etc/rc.d/rc.modules



Seguimos ...


Leonel




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to