Changeset 1983 in MondoRescue for branches/2.2.7/mindi/rootfs/sbin/ide-opt


Ignore:
Timestamp:
Jun 16, 2008, 9:40:42 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • 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
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mindi/rootfs/sbin/ide-opt

    r1982 r1983  
    1818    if [ "$cdrom_lives_here" = "$dev" ] ; then
    1919# -c 1
    20         hdparm -u 1 -d 1 /dev/$dev &> /tmp/oid1.log
     20        hdparm -u 1 -d 1 /dev/$dev > /tmp/oid1.log 2> /dev/null
    2121    else
    2222# -X34 -X66
    23         hdparm -u1 -d1 -c1 -m8 -W1 /dev/$dev &> /tmp/oid1.log
     23        hdparm -u1 -d1 -c1 -m8 -W1 /dev/$dev > /tmp/oid1.log 2> /dev/null
    2424    fi
    2525    cat /tmp/oid1.log >> /tmp/oid.log
     
    3030#fi
    3131
    32 #echo "'ide-opt' has tried to optimize IDE access. If you saw lots of warnings,"
    33 #echo "optimization failed (not important, really); otherwise, it succeeded."
     32echo "'ide-opt' has tried to optimize IDE access. If you saw lots of warnings,"
     33echo "optimization failed (not important, really); otherwise, it succeeded."
    3434
    3535exit 0
Note: See TracChangeset for help on using the changeset viewer.