Changeset 1418 in MondoRescue for branches/2.2.4/mindi/mindi


Ignore:
Timestamp:
May 7, 2007, 10:43:56 PM (17 years ago)
Author:
Bruno Cornec
Message:

mindi will now report /proc/cmdline to help debuging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/mindi/mindi

    r1417 r1418  
    28892889fi
    28902890echo "-------------" >> $LOGFILE
     2891echo "cat /proc/cmdline:" >> $LOGFILE
     2892echo "-------------" >> $LOGFILE
     2893cat /proc/cmdline >> $LOGFILE
     2894echo "-------------" >> $LOGFILE
    28912895echo "lsmod result:" >> $LOGFILE
    28922896echo "-------------" >> $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.