# Lets find them all
# chances are we will get a few dupes in here.
version=`uname -r`
for pkg in `grep -i /lib/modules/${version}/.*o ${R_VDBPATH}/*/*/CONTENTS`; do
for pkg in `find ${R_VDBPATH} -name CONTENTS -type f -print0 | xargs -0 /bin/grep -i /lib/modules/${version}/.*o`; do
pad=""; x=0;
if [[ -z ${pkg//${R_VDBPATH}*} ]]; then