[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Where is "/etc/rc.d/rc.local" on Debian?



In article <cistron.E10RFfA-0001v5-00.1999-03-28-15-31-40@torres.gf1.internal>,
Marc Haber <Marc.Haber-lists@gmx.de> wrote:
>On 28 Mar 1999 11:02:24 +0200, you wrote:
>>Besides, /etc/rc.boot has been deprecated and will disappear.
>
>How am I supposed to early load daemons (like scsidev which should be
>loaded before any disks are mounted)?

/etc/rc.boot and /etc/init.d/boot have been replaced by /etc/rcS.d which
gives you much more control over what should be run when.

You'd place the scsidev script in /etc/init.d/scsidev and then run
update-rc.d scsidev start 25 S .

That way scsidev will be started after the root file system has been
checked and mounted and modules are loaded but before all other
filesystems are checked and mounted.

Mike.
-- 
Indifference will certainly be the downfall of mankind, but who cares?


Reply to: