Changeset 2793 in MondoRescue for branches/2.2.8/mindi/parted2fdisk.pl


Ignore:
Timestamp:
Apr 29, 2011, 3:37:48 PM (13 years ago)
Author:
Bruno Cornec
Message:

r2164@localhost (orig r2163): bruno | 2009-03-11 15:25:17 +0100

  • Apply other ia64 fixes after tests feedback from Giuseppe Grassi giuseppe.grassi2_at_italtel.it (ARCH set earlier in init and flush logs + some more print in parted2fdisk)


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mindi/parted2fdisk.pl

    r2789 r2793  
    3939my $fake = 0;
    4040my $mega = 1048576;
     41
     42# Immediate flushing to avoids read error from mondorestore in log files
     43$| = 1;
    4144
    4245# Determine on which arch we're running
     
    142145                if ($i =~ /^p$/) {
    143146                    fdisk_list($device,undef,\%start,\%end, 1);
     147                    print "command (m for help) send back to fake fdisk for mondorestore\n";
    144148                } elsif ($i =~ /^n$/) {
    145149                    fdisk_list($device,undef,\%start,\%end, 0);
     
    275279                } else {
    276280                    print FLOG "Unknown command: $i\n";
     281                    print "command (m for help) send back to fake fdisk for mondorestore\n";
    277282                    next;
    278283                }
Note: See TracChangeset for help on using the changeset viewer.