Changeset 1167 in MondoRescue


Ignore:
Timestamp:
Feb 14, 2007, 11:53:17 PM (17 years ago)
Author:
Bruno Cornec
Message:

Better messages for mindi on initramfs/initrd detection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r1163 r1167  
    851851
    852852    # say where we are.
    853     LogIt "  GetInitrdFilesystemToUse(): called with parameter: $lvKernelImage.\n"
     853    echo "  GetInitrdFilesystemToUse(): called with parameter: $lvKernelImage.\n" >> $LOGFILE
    854854
    855855    # verify that file exists
     
    860860    [ $lvOffset -eq 0 ] && Die "gzip magic not found in file $lvKernelImage. Terminating."
    861861    lvOffset=`expr $lvOffset / 2`
    862     LogIt "  GetInitrdFilesystemToUse(): gzip magic found at lvOffset $lvOffset.\n"
     862    echo "  GetInitrdFilesystemToUse(): gzip magic found at lvOffset $lvOffset.\n" >> $LOGFILE
    863863
    864864    # scan kernel image for initrd filessystem support
     
    877877
    878878    # say what we are using
    879     LogIt "  GetInitrdFilesystemToUse(): Filesytem to use for initrd is $lvUseFilesystem.\n"
     879    echo "  GetInitrdFilesystemToUse(): Filesytem to use for initrd is $lvUseFilesystem.\n" >> $LOGFILE
    880880
    881881    # return file system to use
     
    974974                if lsmod | grep lvm &> /dev/null ; then
    975975                    echo "I think you are, so please take heed!" >> $LOGFILE
    976 #                   LogIt "Where is liblvm? You need it."
    977976                else
    978977                    echo "I don't think you are, so don't worry about it." >> $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.