Changes between Initial Version and Version 1 of Ticket #11


Ignore:
Timestamp:
Aug 1, 2006, 12:00:08 AM (18 years ago)
Author:
Bruno Cornec
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11 – Description

    initial v1  
    1414for module in $module_list $EXTRA_MODS ; do
    1515- r=`find /lib/modules/$kern -type f | grep "/${module}\..*o" | tail -n1`
    16 tail -n1`
    1716+ r=`/sbin/modprobe -l $module`
    1817echo "module $module --> $r" >> $LOGFILE