source: MondoRescue/branches/2.2.7/mindi/rootfs/sbin/ide-opt-off@ 1983

Last change on this file since 1983 was 1983, checked in by Bruno Cornec, 16 years ago
  • Remove aux-tools dir in mindi (either scripts moved or removed)
  • Remove isolinux and syslinux static files from mindi. Now generated
  • Remove lilo support for ia32 now useless in mindi
  • Remoce empty directories in rootfs in mindi
  • Remove HackSyslinuxFile, CopyBootBFile, FindLiloBinary, FindSensibleBootBFile, MakeSyslinuxMessageFile, MakeLiloConfFile, ReplaceIndividualLine in mindi
  • Adds a single MakeBootConfFile function to dynamiclly create needed conf files in mindi
  • Avoids error messages when using only mindi with a non-existant /tmp/mondo-restore.cfg
  • 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.