Changeset 1420 in MondoRescue for branches/stable/mindi/mindi


Ignore:
Timestamp:
May 7, 2007, 10:52:15 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/stable/mindi/mindi

    r1408 r1420  
    30323032fi
    30333033echo "-------------" >> $LOGFILE
     3034echo "cat /proc/cmdline:" >> $LOGFILE
     3035echo "-------------" >> $LOGFILE
     3036cat /proc/cmdline >> $LOGFILE
     3037echo "-------------" >> $LOGFILE
    30343038echo "lsmod result:" >> $LOGFILE
    30353039echo "-------------" >> $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.