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

RE: hdparm script



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:alfredo@bioinfo.cu] 
Sent: dinsdag 4 november 2003 3:21
To: debian-user@lists.debian.org
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 debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org




Reply to: