Changeset 1851 in MondoRescue


Ignore:
Timestamp:
Jan 4, 2008, 7:23:50 PM (16 years ago)
Author:
Bruno Cornec
Message:

mindi now logs FORCE|DENY_MODS variables to help debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1841 r1851  
    32223222    MODULES="$MODULES `/usr/sbin/esxcfg-module -l | awk '{print $1}'`"
    32233223fi
     3224echo "FORCE_MODS:" >> $LOGFILE
     3225echo "-------------" >> $LOGFILE
     3226echo $FORCE_MODS >> $LOGFILE
     3227echo "DENY_MODS:" >> $LOGFILE
     3228echo "-------------" >> $LOGFILE
     3229echo $DENY_MODS >> $LOGFILE
    32243230echo "-------------" >> $LOGFILE
    32253231echo "df result:" >> $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.