# Intel IMB IPMI Driver Source
# README / INSTALL
# 
# How to build the imb kernel module:

1) Get the imb source tarball from either the platform CD, or from
   http://downloadcenter.intel.com/Product_Search.aspx?Prod_nm=imbsrc
   (/tmp/imbsrc-*.tar.gz)
2) Make sure that one of the following kernel rpms have been installed:   
   kernel-devel or kernel-source

3) export IMBDIR=/usr/src/imb
4) mkdir -p $IMBDIR
   cd $IMBDIR

5) tar -xzvf /tmp/imbsrc-*.tar.gz

6) ./build.sh

This will produce a binary imb kernel module and its rpm, for example:
   ipmidrvr-2.6.9.42.ELsmp-20.x86_64.rpm

