Changeset 3071 in MondoRescue for branches/3.0/mondo


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
Location:
branches/3.0/mondo/src
Files:
2 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);
  • branches/3.0/mondo/src/restore-scripts/mondo/make-me-bootable

    r3057 r3071  
    6464    # Then activate the one which should
    6565    if [ "$dummy" != "" ] ; then
    66         echo "Will activate $p on $drive" >> $LOGFILE
     66        echo "Would activate $partno on $drive" >> $LOGFILE
    6767    else
    6868        echo -en "${cmd}a\n$partno\np\nw\n" | parted2fdisk $drive >> $LOGFILE 2>> $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.