Changeset 3447 in MondoRescue for branches/3.2/MondoRescue/Makefile.PL


Ignore:
Timestamp:
Aug 30, 2015, 2:33:49 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • Adds a mr-device-mounted binary to MondoRescue (replaces the code of the C function is_this_device_mounted) and the corresponding perl function (mr_device_mounted) to handle cases where a mounted device has a different name than the one seen on mount (e.g. /dev/rhel/root and /dev/mapper/rhel-root)
  • Adds perl function mr_file_copy_and_erase_hash to empty the hash generated in mr_file_read_all_link and thus avoid filling the hash it generates, which is useful for a recursive function, but not when called multiple times from another perl script. To be improved later on.
  • Adapt build procedure to the new binary (tested on Mageia 5 and RHEL7)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/MondoRescue/Makefile.PL

    r3265 r3447  
    1818    EXE_FILES    => [ qw( bin/mr-analyze-lvm
    1919                bin/mr-check-lvm
     20                bin/mr-device-mounted
    2021                bin/mr-process-ldd
    2122                bin/mr-read-all-link
Note: See TracChangeset for help on using the changeset viewer.