  #run depmod on all current kernel trees
  for i in `ls ${INSTALL_ROOT}/lib/modules/`; do depmod -ae $i -b /$INSTALL_ROOT ; done > /dev/null 
