Changeset 800 in MondoRescue for branches


Ignore:
Timestamp:
Sep 21, 2006, 7:57:17 PM (18 years ago)
Author:
Bruno Cornec
Message:

Fix #33 for mindi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r789 r800  
    480480    local my_partitions i
    481481    echo "MINDI_VERSION is $MINDI_VERSION" >> $LOGFILE
     482    echo "End date : `date`" >> $LOGFILE
    482483    if [ "$1" = "" ] ; then
    483     LogIt "Fatal error\n"
    484     else
    485     LogIt "Fatal error. $1\n"
     484        LogIt "Fatal error\n"
     485    else
     486        LogIt "Fatal error. $1\n"
    486487    fi
    487488    sync
     
    13701371            actual_dev=""
    13711372   
    1372             # 1st try : blkid, the good way for all LABEL
     1373            # 1st try : blkid, the good way for all LABEL except swap
    13731374            if [ -x "/sbin/blkid" ]; then
    13741375                actual_dev=`/sbin/blkid | /bin/grep "$redhat_label" | grep LABEL= | /bin/cut -d':' -f1`
     
    30233024echo "mindi called with the following arguments:" >> $LOGFILE
    30243025echo "$@" >> $LOGFILE
     3026echo "Start date : `date`" >> $LOGFILE
    30253027
    30263028if [ -e "/etc/conf.modules" ] && [ ! -e "/etc/modules.conf" ] ; then
     
    33723374done
    33733375echo "Mindi is exiting" >> $LOGFILE
     3376echo "End date : `date`" >> $LOGFILE
    33743377exit 0
Note: See TracChangeset for help on using the changeset viewer.