In article <[EMAIL PROTECTED]>,
Marc Haber <[EMAIL PROTECTED]> 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 via email to