Changeset 2488 in MondoRescue for branches/2.2.10/mindi/rootfs/sbin/ide-opt


Ignore:
Timestamp:
Nov 18, 2009, 9:41:00 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3621@localhost: bruno | 2009-11-18 10:53:33 +0100

  • PrepareBootDiskImage replaces previously duplicated functions for lilo/isolinux handling and completely re-written
  • remove useless rootfs files
  • Use MINDI_CACHE instead of /tmp globally
File:
1 edited

Legend:

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

    r1983 r2488  
    88    echo -e -n "Optimizing IDE drive access..."
    99
    10     cdrom_lives_here=`cat /tmp/CDROM-LIVES-HERE`
     10    cdrom_lives_here=`cat $MINDI_CACHE/CDROM-LIVES-HERE`
    1111    if [ "$?" -ne "0" ] ; then
    1212    echo "I don't know where the CDROM lives. Optimization cancelled."
Note: See TracChangeset for help on using the changeset viewer.