Changeset 2476 in MondoRescue for branches/2.2.9


Ignore:
Timestamp:
Nov 11, 2009, 2:44:42 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • small improvement for loging in USB case
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2471 r2476  
    15171517    MakeBootConfFile syslinux > $MINDI_TMP/usb/syslinux.cfg
    15181518    echo -en "."
     1519    echo "----------- syslinux's conf --------------" |tee -a $LOGFILE
     1520    cat $MINDI_TMP/usb/syslinux.cfg |tee -a $LOGFILE
     1521    echo "------------------------------------------" |tee -a $LOGFILE
    15191522    umount $MINDI_TMP/usb
    15201523    if [ "$ARCH" != "ia64" ] ; then
     
    15231526            echo "----------- syslinux's errors --------------" |tee -a $LOGFILE
    15241527            cat $MINDI_TMP/syslinux.log |tee -a $LOGFILE
    1525             echo "----------- syslinux's conf --------------" |tee -a $LOGFILE
    1526             cat $MINDI_TMP/usb/syslinux.cfg |tee -a $LOGFILE
     1528            echo "------------------------------------------" |tee -a $LOGFILE
    15271529            LogIt "Failed to create USB image."
    15281530        else
Note: See TracChangeset for help on using the changeset viewer.