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


Ignore:
Timestamp:
Jun 9, 2007, 1:33:26 AM (17 years ago)
Author:
Bruno Cornec
Message:

Improve ESX+vmfs support - needs testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/mindi/mindi

    r1491 r1497  
    29032903lsmod >> $LOGFILE
    29042904MODULES="`cat /proc/modules | awk '{print $1}'`"
     2905if [ -e /usr/sbin/esxcfg-module ]; then
     2906    echo "VMWare ESX server detected - Enabling dedicated support" >> $LOGFILE
     2907    echo "-------------" >> $LOGFILE
     2908    echo "VMWare modules" >> $LOGFILE
     2909    echo "-------------" >> $LOGFILE
     2910    esxcfg-module -l >> $LOGFILE
     2911    MODULES="$MODULES `esxcfg-module -l | awk '{print $1}'`"
     2912fi
    29052913echo "-------------" >> $LOGFILE
    29062914echo "Liste of extra modules is:" >> $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.