summaryrefslogtreecommitdiff
path: root/rc.boot/hdparm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rc.boot/hdparm.sh')
-rwxr-xr-xrc.boot/hdparm.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/rc.boot/hdparm.sh b/rc.boot/hdparm.sh
deleted file mode 100755
index 07141bd..0000000
--- a/rc.boot/hdparm.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#/bin/sh
-if [ -f /sbin/hdparm ]; then
- hdparm -d1 -u1 -m16 /dev/hda
-else
- echo "Disk controller not optimized - please install hdparm..."
-fi