source $GRIMOIRE/FUNCTIONS &&

if [[ "$(get_kernel_version)|cut -c-6" < '2.6.25' ]]; then
  true
else
  message "${PROBLEM_COLOR}with recent kernels, dazuko is installed with a kernelpatch${DEFAULT_COLOR}"
  false
fi
