Changeset 3591 in MondoRescue for branches/3.2/mindi/mr-parted2fdisk


Ignore:
Timestamp:
Jun 29, 2016, 2:42:25 AM (8 years ago)
Author:
Bruno Cornec
Message:

disable fdisk output buffering in mr-parted2fdisk (William Montgomery)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mr-parted2fdisk

    r3582 r3591  
    431431    # Modification mode
    432432    open (FDISK, "| $fdisk $device 2>/dev/null") || die "Unable to modify through $fdisk";
     433    # disable fdisk output buffering
     434    autoflush FDISK 1;
    433435    while (<STDIN>) {
    434436        print FDISK $_;
Note: See TracChangeset for help on using the changeset viewer.