Click to See Complete Forum and Search --> : Quick easy Deb question


Mutiny
12-16-2000, 03:37 AM
I am used to editing rc.local on RH systems. What is the Deb equivalent and where is it located?

I adding "hdparm -c 1 -d 1 /dev/hda" to it just so that you know what I am trying to accomplish.

Also, how early can I turn on the DMA access?

Thanks,
John

Ig0r
12-16-2000, 11:53 AM
I just put my hdparm stuff in
/etc/init.d/mountall.sh

I have my hdparm line as the first execution in the file. That means that it will be executed after / is mounted, but before any other mounts.