here's how i did it.

apt-get install hdparm


i saved this as /etc/init.d/hdspeed  (but obviously use whatever other
drives/options you need to)

#!/bin/sh
hdparm -c 1 -d 1 -k 1 /dev/hda

then i linked /etc/rc2.d/S99hdspeed > /etc/init.d/hdspeed


and it works pleasently at the default runlevel.


On Sun, 7 Jan 2001 14:26:12 -0330 (NST), John Hong said:

> 
>       I'm a Storm Linux/Debian newbie.  I have used Red Hat and 
>  Slackware mainly.  How do I add "hdparm" to the boot process?  Under 
>  Slackware it was pretty easy, adding the command to a text file.  However 
>  under Storm Linux it seems to be a little different (well, a lot 
>  different for me anyhow).
>  
>  
>  _______________________________________________
>  Stormlinux-users-list mailing list
>  [EMAIL PROTECTED]
>  http://www.stormix.com/community/lists/listinfo/stormlinux-users-list
>  

-- 
Forrest English
http://truffula.net

"I don't like this air, but that doesn't
mean I'm going to stop breathing."
-Doug Martsch


_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to