Ignore:
Timestamp:
Jan 24, 2012, 7:09:40 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix #578 by improving the regexp used for CD/DVD detection with -scanbus option
  • Adds more verbosity when LVM creation fails.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/mondorestore/mondo-prep.c

    r2932 r2933  
    320320        res = run_program_and_log_output(command, 5);
    321321        if (res > 0 && (p = strstr(command, "lvm "))) {
     322            log_msg(0, "%s --> %d failed so removing lvm just in case", command, res);
    322323            *p = *(p + 1) = *(p + 2) = ' ';
    323324            res = run_program_and_log_output(command, 5);
Note: See TracChangeset for help on using the changeset viewer.