Ignore:
Timestamp:
Mar 24, 2016, 5:48:03 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Rename all mondorestore scripts with the mr- prefix and adapt callers
  • Place these scripts in /usr/bin on the restore media
  • Fix a mindi bug where these scripts were not copied anymore with previous modifications around removal of cd
File:
1 edited

Legend:

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

    r3531 r3542  
    14731473
    14741474    // mark relevant partition as bootable
    1475     mr_asprintf(tmp1,"make-me-bootable /tmp/mountlist.txt %s",drivename);
     1475    mr_asprintf(tmp1,"mr-make-me-bootable /tmp/mountlist.txt %s",drivename);
    14761476    call_program_and_get_last_line_of_output(tmp1);
    14771477    mr_free(tmp1);
Note: See TracChangeset for help on using the changeset viewer.