. $GRIMOIRE/FUNCTIONS
if [ "$(get_kernel_version|cut -f1 -d. )" == "3" ]; then
  message "${PROBLEM_COLOR}Kernel 3.x.x won't work with cdfs! Aborting.${DEFAULT_COLOR}" &&
  exit 1
fi
