Go to /etc/init.d/ and create a file...for example "local"
Edit it:

#!/sh/bin
.......Scripts or deamons to load at startup.........

Make the file executable: 
chmod +x local

Create a symbolic Link in rc1.d or rcS.d

ln -s /etc/init.d/local /etc/rcS.d/S98local

Works like a charm ;-)

Bye,

Dennis

-----Original Message-----
From: Alfredo Valles [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 4 november 2003 3:21
To: [EMAIL PROTECTED]
Subject: hdparm script


Hi all.

Where should I put a script that sets my drives settings with hdparm?

Is there a template or guideline to follow in debian for making init
scripts?

Finally:  Is there some way different from hdparm to inform the kernel the 
behavior I want in my ide drives?


Thanks in advance

Alfredo


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to