Changeset 1764 in MondoRescue for branches/2.2.5/mindi/mindi-bkphw


Ignore:
Timestamp:
Nov 4, 2007, 1:30:52 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • perl is now required at restore time to support uuid swap partitions (and will be used for many other thigs in the future for sure)
  • next mindi version will be 2.0.0 due to all the changes made in it (udev may break working distros)
  • small optimization in mindi on keyboard handling (one single find instead of multiple)
  • better interaction for USB device when launching mindi manually
  • attempt to automatically guess block disk size for ramdisk
  • fix typos in bkphw
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi-bkphw

    r1761 r1764  
    5858        if ($tool =~ /\/cpqacuxe$/) {
    5959            $ret = system("$tool -c $bkpdir/cpqacuxe.dat");
    60             print SCRIPT "$tool -r $bkpdir/cpqacuxe.dat)");
     60            print SCRIPT "$tool -r $bkpdir/cpqacuxe.dat");
    6161            print TOOLS "$tooldir/bld\n";
    6262        }
    6363        if ($tool =~ /\/hponcfg$/) {
    6464            $ret = system("$tool -w $bkpdir/hponcfg.dat");
    65             print SCRIPT "$tool -r $bkpdir/hponcfg.dat)");
     65            print SCRIPT "$tool -r $bkpdir/hponcfg.dat");
     66        }
     67        if ($tool =~ /\.scexe$/) {
     68            print SCRIPT "$tool");
    6669        }
    6770        if ($ret != 0) {
Note: See TracChangeset for help on using the changeset viewer.