summaryrefslogtreecommitdiff
path: root/rc.boot
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
committerJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
commite042b7bced715a9d0d6c660df453b1b68f263316 (patch)
tree13f1bcd2f7cccf87718d92b5fc9a112d4c3ea455 /rc.boot
parentc778483fbd7829e2d41157ae6be2d7f1eef709f5 (diff)
Drop ancient unused files.
Diffstat (limited to 'rc.boot')
-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