source: MondoRescue/branches/3.2/mindi/rootfs/usr/sbin/ide-opt-off@ 3216

Last change on this file since 3216 was 3216, checked in by Bruno Cornec, 10 years ago
  • Moves all mindi scripts under /usr/sbin to be more easily compatible with the lack of /sbin in recent distros.
  • Property svn:keywords set to Id
  • Property svn:unix-mode set to 755
File size: 125 bytes
Line 
1#!/bin/sh
2
3 for dev in hda hdb hdc hdd hde hdf hdg hdh ; do
4 hdparm -u 0 -d 0 /dev/$dev &> /tmp/oid1.log
5 done
6
7exit 0
Note: See TracBrowser for help on using the repository browser.