Click to See Complete Forum and Search --> : Debian startup command help


Lend273
02-06-2001, 09:13 PM
Whats the easiest way to invoke the Hdparm routine in debian to start every time I boot? In redhat I put the hdparm info into the rc.local file.
Whats the debian procedure?
Thanks again
Len

Ig0r
02-06-2001, 09:51 PM
I put my hdparm calls as the first action in /etc/init.d/mountall.sh

That's right before anything is mounted. I don't think it really matters, but that file seems appropriate.

Gaccm
02-06-2001, 11:48 PM
Thanks for the info, i had always put hdparm in a seperate "mytweaks" file, but that means it wasn't enabled untill standard loading was done.

Lend273
02-07-2001, 08:21 AM
Tha worked! :)
Thanks for the help!
Len