Mailinglist Archive: opensuse (2076 mails)
| < Previous | Next > |
Re: [opensuse] Where does commmand go?
- From: "Rajko M." <rmatov101@xxxxxxxxxxx>
- Date: Tue, 14 Aug 2007 00:19:49 -0500
- Message-id: <200708140019.49157.rmatov101@xxxxxxxxxxx>
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.
--
Regards,
Rajko.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> 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.
--
Regards,
Rajko.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |