Changeset 3554 in MondoRescue


Ignore:
Timestamp:
Apr 8, 2016, 11:13:06 AM (8 years ago)
Author:
Bruno Cornec
Message:
  • Adds logging of Boot Conf files to mindi log
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3546 r3554  
    22952295
    22962296    MakeBootConfFile $boottype > $bootconf
     2297    LogFile "Boot Conf file $bootconf content is:"
     2298    LogFile "------------------------------------"
     2299    cat $bootconf >> $LOGFILE
     2300    LogFile "------------------------------------"
    22972301    if [ "$BOOT_TYPE" = "UEFI" ]; then
    22982302        # Also generate the syslinux conf
    22992303        MakeBootConfFile syslinux > "$bigdir/EFI/syslinux.cfg"
     2304        LogFile "Boot Conf file $bigdir/EFI/syslinux.cfg content is:"
     2305        LogFile "---------------------------------------------------"
     2306        cat $bootconf >> $LOGFILE
     2307        LogFile "---------------------------------------------------"
    23002308    fi
    23012309
Note: See TracChangeset for help on using the changeset viewer.