Mailinglist Archive: opensuse (2076 mails)
| < Previous | Next > |
Re: [opensuse] Where does commmand go?
- From: Bob S <911@xxxxxxxxxxx>
- Date: Tue, 14 Aug 2007 21:55:06 -0400
- Message-id: <200708142155.06801.911@xxxxxxxxxxx>
On Tuesday 14 August 2007 01:19:49 Rajko M. wrote:
> On Monday 13 August 2007 23:00, Bob S wrote:
> > Hello SuSE people,
> >
> > I want to put a modprobe command to start at boot up. Running 10.2. Used
> > to be in /etc/rc.d/rc.local Don't seem to have that anymore and I can't
> > figure out which is the right one from the many.
>
> Hi Bob,
>
> /etc/init.d/boot.local
> allows you to use
> modprobe <module> &
> which will insert module in background.
>
> If module is critical for system startup you have to use
> Cristian's advice.
>
Thanks Rajko & Cristian
That will do it.
Bob S.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> On Monday 13 August 2007 23:00, Bob S wrote:
> > Hello SuSE people,
> >
> > I want to put a modprobe command to start at boot up. Running 10.2. Used
> > to be in /etc/rc.d/rc.local Don't seem to have that anymore and I can't
> > figure out which is the right one from the many.
>
> Hi Bob,
>
> /etc/init.d/boot.local
> allows you to use
> modprobe <module> &
> which will insert module in background.
>
> If module is critical for system startup you have to use
> Cristian's advice.
>
Thanks Rajko & Cristian
That will do it.
Bob S.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |