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


Ignore:
Timestamp:
May 12, 2015, 2:16:38 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • Fix mindi-get-perl-modules to get all modules in dependency as well (pb with Expoerter module missing during UEFI tests)
File:
1 edited

Legend:

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

    r3377 r3383  
    223223close(CMD);
    224224chomp($version);
    225 # RHEL 5 has fdisk (util-linux 2.13-pre7)
     225# RHEL 5 has fdisk from util-linux 2.13-pre7
    226226# Mageia 4 has fdisk from util-linux 2.24.2
    227227$version =~ s/[^0-9\.]*([0-9a-z\.-]+)[\)]*$/$1/;
Note: See TracChangeset for help on using the changeset viewer.