Ignore:
Timestamp:
Nov 15, 2012, 4:00:50 AM (11 years ago)
Author:
Bruno Cornec
Message:

r5064@localhost: bruno | 2012-11-15 01:16:49 +0100

  • Adds more drivers in mindi to better support iscsi env
  • Fix again the bootable flag by calling the script with an action (was noaction !!) and having a better debug log in case of noaction
File:
1 edited

Legend:

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

    r3060 r3071  
    17051705        paranoid_system(tmp);
    17061706        // mark relevant partition as bootable
    1707         mr_asprintf(&tmp1,"make-me-bootable /tmp/mountlist.txt %s noaction",drivename);
     1707        mr_asprintf(&tmp1,"make-me-bootable /tmp/mountlist.txt %s",drivename);
    17081708        call_program_and_get_last_line_of_output(tmp1);
    17091709        mr_free(tmp1);
Note: See TracChangeset for help on using the changeset viewer.