Changeset 3181 in MondoRescue for branches/3.0/mindi/mindi


Ignore:
Timestamp:
Aug 31, 2013, 8:06:07 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Improve mindi logging when a new kernel mechanism for initramfs is found
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3179 r3181  
    752752    else
    753753        # In that case, we are most probably after 2.6.30 and use the supported initramfs
    754         LogFile "No automatic detection found previously. Supposing initramfs."
    755         LogFile "Report on the MondoRescue mailing-list withyour log files"
     754        LogFile "WARNING: No automatic detection found previously. Supposing initramfs."
     755        LogFile "WARNING: Report on the MondoRescue mailing-list with your log files and the result of"
     756        LogFile "WARNING: dd ibs=1 skip=$lvOffset if=$lvKernelImage obs=1M 2>/dev/null | gunzip -c 2> /dev/null | strings | grep initramfs"
    756757        lvUseFilesystem="initramfs"
    757758    fi
Note: See TracChangeset for help on using the changeset viewer.