Ignore:
Timestamp:
Apr 18, 2015, 7:15:32 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Rename mindi/parted2fdisk.pl into mindi/mr_parted2fdisk and make all adaptations required
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-tools.c

    r3318 r3371  
    992992    mr_free(tmp);
    993993
    994     if (!run_program_and_log_output("parted2fdisk -l 2>/dev/null | grep -i raid", 1) && !does_file_exist("/etc/raidtab")) {
     994    if (!run_program_and_log_output("mr_parted2fdisk -l 2>/dev/null | grep -i raid", 1) && !does_file_exist("/etc/raidtab")) {
    995995        log_to_screen("You have RAID partitions but no /etc/raidtab - creating one from /proc/mdstat");
    996996        create_raidtab_from_mdstat(MDSTAT_FILE,"/etc/raidtab");
Note: See TracChangeset for help on using the changeset viewer.