Changeset 3608 in MondoRescue for branches/3.2


Ignore:
Timestamp:
Sep 27, 2016, 12:45:35 PM (8 years ago)
Author:
Bruno Cornec
Message:

Fix the message for the ISO image generated as the MINDI_CACHE variable is overwritten by mondo, but the string is made before so was incorrect. (report: Rick Stevens ricks_at_alldigital.com)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3607 r3608  
    14771477
    14781478LogAll "INFO: Generating ISO image."
     1479LOCISO=`echo $CMD | perl -p -e 's|.* -o (.+)/mindi.iso .*|$1|'`
    14791480(cd "$MINDI_TMP/mpt" ; $CMD .) > /dev/null 2> $MINDI_TMP/mkisofs.log
    14801481if [ $? -ne 0 ] ; then
     
    14891490            if [ $? -eq 0 ] ; then
    14901491                LogAll "INFO: Invoking $CMD ."
    1491                 LogAll "INFO: Created bootable ISO image at $MINDI_CACHE/mindi.iso"
     1492                LogAll "INFO: Created bootable ISO image at $LOCISO/mindi.iso"
    14921493            else
    14931494                MakeISOErrors
     
    14951496        else
    14961497            LogAll "INFO: Invoking $CMD ."
    1497             LogAll "INFO: Created bootable ISO image at $MINDI_CACHE/mindi.iso"
     1498            LogAll "INFO: Created bootable ISO image at $LOCISO/mindi.iso"
    14981499        fi
    14991500    else
     
    15021503else
    15031504    LogAll "INFO: Invoking $CMD ."
    1504     LogAll "INFO: Created bootable ISO image at $MINDI_CACHE/mindi.iso"
     1505    LogAll "INFO: Created bootable ISO image at $LOCISO/mindi.iso"
    15051506fi
    15061507rm -f $MINDI_TMP/mkisofs.log
Note: See TracChangeset for help on using the changeset viewer.