Changeset 3388 in MondoRescue for branches/3.2/mindi/mindi


Ignore:
Timestamp:
Jun 3, 2015, 11:56:04 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • mindi now logs MINDI_CACHE
  • Fix mindi-get-perl-modules by using scan_deps instead of internal code from Mageia which wasn't fully working. This implies en new dep for mindi on Module::ScanDeps
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3386 r3388  
    28192819mkdir -p $MINDI_TMP
    28202820
    2821 # Purge from potential old run
    2822 if [ _"$MINDI_CACHE" = _"" ]; then
    2823     Die "MINDI_CACHE undefined"
    2824 fi
    2825 
    28262821# --nolog needs to be first, and is used in analyze-my-lvm
    28272822if [ "$1" = "--nolog" ] ; then
     
    28552850LogFile "MINDI_SBIN = $MINDI_SBIN"
    28562851LogFile "MINDI_CONF = $MINDI_CONF"
     2852# Purge from potential old run
     2853if [ _"$MINDI_CACHE" = _"" ]; then
     2854    Die "MINDI_CACHE undefined"
     2855else
     2856    LogFile "MINDI_CACHE = $MINDI_CACHE"
     2857fi
     2858
    28572859if [ -f $MINDI_CONFIG ]; then
    28582860    LogFile "-----------------------------"
     
    31743176        # This is the scratch dir in mondo - subdir images
    31753177        MINDI_CACHE=$3
     3178        LogFile "MINDI_CACHE = $MINDI_CACHE"
    31763179
    31773180        kernelpath=$4; [ "$kernelpath" = "(null)" ] && kernelpath=""
Note: See TracChangeset for help on using the changeset viewer.